Html Css Color HEX #952072 Dark Purple

📋 copy color: '#952072'

red 149 ◦ green 32 ◦ blue 114

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

Shades of Dark Purple #952072

Tints of Dark Purple #952072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.64%

R = 50.51%
G = 10.85%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#952072 (or 0x952072) is known color: Dark Purple. HEX triplet: 95, 20 and 72. RGB value is (149,32,114). Sum of RGB (Red+Green+Blue) = 149+32+114=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #952072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952072 is #6ADF8D. Grayscale: #4C4C4C. Windows color (decimal): -7004046 or 7479445. OLE color: 7479445.

HSL color Cylindrical-coordinate representation of color #952072: hue angle of 317.95º 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 #952072 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 32 114 -
CMYK 0 0.79 0.23 0.42
HSL 317.95º 0.65% 0.35% -
HSV(B) 317.95º 0.79% 0.58% -
XYZ 15.95 8.64 16.75 -
YUV 76.33 149.26 179.83 -
System Red Green Blue C M Y K H S L
Decimal 149 32 114 0 0.79 0.23 0.42 317.95 0.65 0.35
Hex 95 20 72 0 4F 17 2A 13E 41 23
Octal 225 40 162 0 117 27 52 476 101 43
Binary 10010101 100000 1110010 0 1001111 10111 101010 100111110 1000001 100011

Color Harmonies of #952072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952072

Black with #952072

Text Example


Text Example

White with #952072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952072; }

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

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

background-color css

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

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

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

border-color css

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

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

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