Html Css Color HEX #762471 Dark Purple

📋 copy color: '#762471'

red 118 ◦ green 36 ◦ blue 113

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

Shades of Dark Purple #762471

Tints of Dark Purple #762471

RGB

 RED value IS 118 (46.48% from 255) = 44.19%

 GREEN value IS 36 (14.45% from 255) = 13.48%

 BLUE value IS 113 (44.53% from 255) = 42.32%

R = 44.19%
G = 13.48%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#762471 (or 0x762471) is known color: Dark Purple. HEX triplet: 76, 24 and 71. RGB value is (118,36,113). Sum of RGB (Red+Green+Blue) = 118+36+113=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #762471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762471 is #89DB8E. Grayscale: #454545. Windows color (decimal): -9034639 or 7414902. OLE color: 7414902.

HSL color Cylindrical-coordinate representation of color #762471: hue angle of 303.66º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762471 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 36 113 -
CMYK 0 0.69 0.04 0.54
HSL 303.66º 0.53% 0.3% -
HSV(B) 303.66º 0.69% 0.46% -
XYZ 11.08 6.31 16.26 -
YUV 69.3 152.67 162.74 -
System Red Green Blue C M Y K H S L
Decimal 118 36 113 0 0.69 0.04 0.54 303.66 0.53 0.3
Hex 76 24 71 0 45 4 36 130 35 1E
Octal 166 44 161 0 105 4 66 460 65 36
Binary 1110110 100100 1110001 0 1000101 100 110110 100110000 110101 11110

Color Harmonies of #762471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762471

Black with #762471

Text Example


Text Example

White with #762471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762471; }

 p { color: rgb(118,36,113); }

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

background-color css

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

 a { background-color: rgb(118,36,113); }

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

border-color css

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

 span { border-color: rgb(118,36,113); }

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