Html Css Color HEX #740387 Purple

📋 copy color: '#740387'

red 116 ◦ green 3 ◦ blue 135

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

Shades of Purple #740387

Tints of Purple #740387

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

 BLUE value IS 135 (53.13% from 255) = 53.15%

R = 45.67%
G = 1.18%
B = 53.15%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#740387 (or 0x740387) is known color: Purple. HEX triplet: 74, 03 and 87. RGB value is (116,3,135). Sum of RGB (Red+Green+Blue) = 116+3+135=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 135 (53.12% from 255 or 53.15% from 254); Max value from RGB is 135 - color contains mainly: blue. Hex color #740387 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740387 is #8BFC78. Grayscale: #333333. Windows color (decimal): -9174137 or 8848244. OLE color: 8848244.

HSL color Cylindrical-coordinate representation of color #740387: hue angle of 291.36º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #740387 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 3 135 -
CMYK 0.14 0.98 0 0.47
HSL 291.36º 0.96% 0.27% -
HSV(B) 291.36º 0.98% 0.53% -
XYZ 11.61 5.53 23.38 -
YUV 51.84 174.94 173.77 -
System Red Green Blue C M Y K H S L
Decimal 116 3 135 0.14 0.98 0 0.47 291.36 0.96 0.27
Hex 74 3 87 E 62 0 2F 123 60 1B
Octal 164 3 207 16 142 0 57 443 140 33
Binary 1110100 11 10000111 1110 1100010 0 101111 100100011 1100000 11011

Color Harmonies of #740387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740387

Black with #740387

Text Example


Text Example

White with #740387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740387; }

 p { color: rgb(116,3,135); }

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

background-color css

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

 a { background-color: rgb(116,3,135); }

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

border-color css

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

 span { border-color: rgb(116,3,135); }

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