Html Css Color HEX #941472 Dark Purple

📋 copy color: '#941472'

red 148 ◦ green 20 ◦ blue 114

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

Shades of Dark Purple #941472

Tints of Dark Purple #941472

RGB

 RED value IS 148 (58.2% from 255) = 52.48%

 GREEN value IS 20 (8.2% from 255) = 7.09%

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

R = 52.48%
G = 7.09%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#941472 (or 0x941472) is known color: Dark Purple. HEX triplet: 94, 14 and 72. RGB value is (148,20,114). Sum of RGB (Red+Green+Blue) = 148+20+114=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #941472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941472 is #6BEB8D. Grayscale: #444444. Windows color (decimal): -7072654 or 7476372. OLE color: 7476372.

HSL color Cylindrical-coordinate representation of color #941472: hue angle of 315.94º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941472 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 20 114 -
CMYK 0 0.86 0.23 0.42
HSL 315.94º 0.76% 0.33% -
HSV(B) 315.94º 0.86% 0.58% -
XYZ 15.5 8.01 16.65 -
YUV 68.99 153.41 184.36 -
System Red Green Blue C M Y K H S L
Decimal 148 20 114 0 0.86 0.23 0.42 315.94 0.76 0.33
Hex 94 14 72 0 56 17 2A 13C 4C 21
Octal 224 24 162 0 126 27 52 474 114 41
Binary 10010100 10100 1110010 0 1010110 10111 101010 100111100 1001100 100001

Color Harmonies of #941472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941472

Black with #941472

Text Example


Text Example

White with #941472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941472; }

 p { color: rgb(148,20,114); }

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

background-color css

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

 a { background-color: rgb(148,20,114); }

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

border-color css

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

 span { border-color: rgb(148,20,114); }

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