Html Css Color HEX #740C87 Purple

📋 copy color: '#740C87'

red 116 ◦ green 12 ◦ blue 135

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

Shades of Purple #740C87

Tints of Purple #740C87

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.56%

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

R = 44.11%
G = 4.56%
B = 51.33%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#740C87 (or 0x740C87) is known color: Purple. HEX triplet: 74, 0C and 87. RGB value is (116,12,135). Sum of RGB (Red+Green+Blue) = 116+12+135=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #740C87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740C87 is #8BF378. Grayscale: #383838. Windows color (decimal): -9171833 or 8850548. OLE color: 8850548.

HSL color Cylindrical-coordinate representation of color #740C87: hue angle of 290.73º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740C87 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 12 135 -
CMYK 0.14 0.91 0 0.47
HSL 290.73º 0.84% 0.29% -
HSV(B) 290.73º 0.91% 0.53% -
XYZ 11.71 5.73 23.41 -
YUV 57.12 171.96 170 -
System Red Green Blue C M Y K H S L
Decimal 116 12 135 0.14 0.91 0 0.47 290.73 0.84 0.29
Hex 74 C 87 E 5B 0 2F 123 54 1D
Octal 164 14 207 16 133 0 57 443 124 35
Binary 1110100 1100 10000111 1110 1011011 0 101111 100100011 1010100 11101

Color Harmonies of #740C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740C87

Black with #740C87

Text Example


Text Example

White with #740C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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