Html Css Color HEX #912370 Dark Purple

📋 copy color: '#912370'

red 145 ◦ green 35 ◦ blue 112

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

Shades of Dark Purple #912370

Tints of Dark Purple #912370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.99%

 BLUE value IS 112 (44.14% from 255) = 38.36%

R = 49.66%
G = 11.99%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#912370 (or 0x912370) is known color: Dark Purple. HEX triplet: 91, 23 and 70. RGB value is (145,35,112). Sum of RGB (Red+Green+Blue) = 145+35+112=292 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.66% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 145 - color contains mainly: red. Hex color #912370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912370 is #6EDC8F. Grayscale: #4C4C4C. Windows color (decimal): -7265424 or 7349137. OLE color: 7349137.

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

Color convert

RGB 145 35 112 -
CMYK 0 0.76 0.23 0.43
HSL 318º 0.61% 0.35% -
HSV(B) 318º 0.76% 0.57% -
XYZ 15.2 8.39 16.15 -
YUV 76.67 147.94 176.74 -
System Red Green Blue C M Y K H S L
Decimal 145 35 112 0 0.76 0.23 0.43 318 0.61 0.35
Hex 91 23 70 0 4C 17 2B 13E 3D 23
Octal 221 43 160 0 114 27 53 476 75 43
Binary 10010001 100011 1110000 0 1001100 10111 101011 100111110 111101 100011

Color Harmonies of #912370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912370

Black with #912370

Text Example


Text Example

White with #912370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912370; }

 p { color: rgb(145,35,112); }

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

background-color css

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

 a { background-color: rgb(145,35,112); }

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

border-color css

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

 span { border-color: rgb(145,35,112); }

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