Html Css Color HEX #741885 Purple

📋 copy color: '#741885'

red 116 ◦ green 24 ◦ blue 133

#741885
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #741885

Tints of Purple #741885

RGB

 RED value IS 116 (45.7% from 255) = 42.49%

 GREEN value IS 24 (9.77% from 255) = 8.79%

 BLUE value IS 133 (52.34% from 255) = 48.72%

R = 42.49%
G = 8.79%
B = 48.72%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#741885 (or 0x741885) is known color: Purple. HEX triplet: 74, 18 and 85. RGB value is (116,24,133). Sum of RGB (Red+Green+Blue) = 116+24+133=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #741885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741885 is #8BE77A. Grayscale: #3F3F3F. Windows color (decimal): -9168763 or 8722548. OLE color: 8722548.

HSL color Cylindrical-coordinate representation of color #741885: hue angle of 290.64º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741885 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 24 133 -
CMYK 0.13 0.82 0 0.48
HSL 290.64º 0.69% 0.31% -
HSV(B) 290.64º 0.82% 0.52% -
XYZ 11.76 6.06 22.74 -
YUV 63.93 166.98 165.14 -
System Red Green Blue C M Y K H S L
Decimal 116 24 133 0.13 0.82 0 0.48 290.64 0.69 0.31
Hex 74 18 85 D 52 0 30 123 45 1F
Octal 164 30 205 15 122 0 60 443 105 37
Binary 1110100 11000 10000101 1101 1010010 0 110000 100100011 1000101 11111

Color Harmonies of #741885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741885

Black with #741885

Text Example


Text Example

White with #741885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741885; }

 p { color: rgb(116,24,133); }

 H1.HeaderClassName
 {
   color: #741885;
 }
 .AnyTagClassName
 {
   color: #741885;
 }
</style>

background-color css

<style>
 a { background-color: #741885; }

 a { background-color: rgb(116,24,133); }

 div.DivClassName
 {
   background-color: #741885;
 }
 .BgClassName
 {
   background-color: #741885;
 }
</style>

border-color css

<style>
 span { border-color: #741885; }

 span { border-color: rgb(116,24,133); }

 td.TdClassName
 {
   border-color: #741885;
 }
 .TagClassName
 {
   border-color: #741885;
 }
</style>