Html Css Color HEX #952073 Dark Purple

📋 copy color: '#952073'

red 149 ◦ green 32 ◦ blue 115

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

Shades of Dark Purple #952073

Tints of Dark Purple #952073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.85%

R = 50.34%
G = 10.81%
B = 38.85%

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

#952073 (or 0x952073) is known color: Dark Purple. HEX triplet: 95, 20 and 73. RGB value is (149,32,115). Sum of RGB (Red+Green+Blue) = 149+32+115=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #952073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952073 is #6ADF8C. Grayscale: #4C4C4C. Windows color (decimal): -7004045 or 7544981. OLE color: 7544981.

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

Color convert

RGB 149 32 115 -
CMYK 0 0.79 0.23 0.42
HSL 317.44º 0.65% 0.35% -
HSV(B) 317.44º 0.79% 0.58% -
XYZ 16.01 8.66 17.05 -
YUV 76.45 149.76 179.75 -
System Red Green Blue C M Y K H S L
Decimal 149 32 115 0 0.79 0.23 0.42 317.44 0.65 0.35
Hex 95 20 73 0 4F 17 2A 13D 41 23
Octal 225 40 163 0 117 27 52 475 101 43
Binary 10010101 100000 1110011 0 1001111 10111 101010 100111101 1000001 100011

Color Harmonies of #952073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952073

Black with #952073

Text Example


Text Example

White with #952073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952073; }

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

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

background-color css

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

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

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

border-color css

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

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

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