Html Css Color HEX #952074 Dark Purple

📋 copy color: '#952074'

red 149 ◦ green 32 ◦ blue 116

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

Shades of Dark Purple #952074

Tints of Dark Purple #952074

RGB

 RED value IS 149 (58.59% from 255) = 50.17%

 GREEN value IS 32 (12.89% from 255) = 10.77%

 BLUE value IS 116 (45.7% from 255) = 39.06%

R = 50.17%
G = 10.77%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#952074 (or 0x952074) is known color: Dark Purple. HEX triplet: 95, 20 and 74. RGB value is (149,32,116). Sum of RGB (Red+Green+Blue) = 149+32+116=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #952074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952074 is #6ADF8B. Grayscale: #4C4C4C. Windows color (decimal): -7004044 or 7610517. OLE color: 7610517.

HSL color Cylindrical-coordinate representation of color #952074: hue angle of 316.92º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952074 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 32 116 -
CMYK 0 0.79 0.22 0.42
HSL 316.92º 0.65% 0.35% -
HSV(B) 316.92º 0.79% 0.58% -
XYZ 16.06 8.68 17.35 -
YUV 76.56 150.26 179.67 -
System Red Green Blue C M Y K H S L
Decimal 149 32 116 0 0.79 0.22 0.42 316.92 0.65 0.35
Hex 95 20 74 0 4F 16 2A 13D 41 23
Octal 225 40 164 0 117 26 52 475 101 43
Binary 10010101 100000 1110100 0 1001111 10110 101010 100111101 1000001 100011

Color Harmonies of #952074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952074

Black with #952074

Text Example


Text Example

White with #952074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952074; }

 p { color: rgb(149,32,116); }

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

background-color css

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

 a { background-color: rgb(149,32,116); }

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

border-color css

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

 span { border-color: rgb(149,32,116); }

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