Html Css Color HEX #912378 Dark Purple

📋 copy color: '#912378'

red 145 ◦ green 35 ◦ blue 120

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

Shades of Dark Purple #912378

Tints of Dark Purple #912378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40%

R = 48.33%
G = 11.67%
B = 40%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#912378 (or 0x912378) is known color: Dark Purple. HEX triplet: 91, 23 and 78. RGB value is (145,35,120). Sum of RGB (Red+Green+Blue) = 145+35+120=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 145 - color contains mainly: red. Hex color #912378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912378 is #6EDC87. Grayscale: #4D4D4D. Windows color (decimal): -7265416 or 7873425. OLE color: 7873425.

HSL color Cylindrical-coordinate representation of color #912378: hue angle of 313.64º 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 #912378 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 35 120 -
CMYK 0 0.76 0.17 0.43
HSL 313.64º 0.61% 0.35% -
HSV(B) 313.64º 0.76% 0.57% -
XYZ 15.67 8.58 18.6 -
YUV 77.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 145 35 120 0 0.76 0.17 0.43 313.64 0.61 0.35
Hex 91 23 78 0 4C 11 2B 13A 3D 23
Octal 221 43 170 0 114 21 53 472 75 43
Binary 10010001 100011 1111000 0 1001100 10001 101011 100111010 111101 100011

Color Harmonies of #912378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912378

Black with #912378

Text Example


Text Example

White with #912378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912378; }

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

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

background-color css

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

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

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

border-color css

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

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

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