Html Css Color HEX #912471 Dark Purple

📋 copy color: '#912471'

red 145 ◦ green 36 ◦ blue 113

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

Shades of Dark Purple #912471

Tints of Dark Purple #912471

RGB

 RED value IS 145 (57.03% from 255) = 49.32%

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

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

R = 49.32%
G = 12.24%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#912471 (or 0x912471) is known color: Dark Purple. HEX triplet: 91, 24 and 71. RGB value is (145,36,113). Sum of RGB (Red+Green+Blue) = 145+36+113=294 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.32% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 145 - color contains mainly: red. Hex color #912471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912471 is #6EDB8E. Grayscale: #4D4D4D. Windows color (decimal): -7265167 or 7414929. OLE color: 7414929.

HSL color Cylindrical-coordinate representation of color #912471: hue angle of 317.61º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #912471 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 36 113 -
CMYK 0 0.75 0.22 0.43
HSL 317.61º 0.6% 0.35% -
HSV(B) 317.61º 0.75% 0.57% -
XYZ 15.29 8.47 16.45 -
YUV 77.37 148.11 176.24 -
System Red Green Blue C M Y K H S L
Decimal 145 36 113 0 0.75 0.22 0.43 317.61 0.6 0.35
Hex 91 24 71 0 4B 16 2B 13E 3C 23
Octal 221 44 161 0 113 26 53 476 74 43
Binary 10010001 100100 1110001 0 1001011 10110 101011 100111110 111100 100011

Color Harmonies of #912471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912471

Black with #912471

Text Example


Text Example

White with #912471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912471; }

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

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

background-color css

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

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

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

border-color css

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

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

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