Html Css Color HEX #943072 Dark Purple

📋 copy color: '#943072'

red 148 ◦ green 48 ◦ blue 114

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

Shades of Dark Purple #943072

Tints of Dark Purple #943072

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.48%

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

R = 47.74%
G = 15.48%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#943072 (or 0x943072) is known color: Dark Purple. HEX triplet: 94, 30 and 72. RGB value is (148,48,114). Sum of RGB (Red+Green+Blue) = 148+48+114=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #943072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943072 is #6BCF8D. Grayscale: #555555. Windows color (decimal): -7065486 or 7483540. OLE color: 7483540.

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

Color convert

RGB 148 48 114 -
CMYK 0 0.68 0.23 0.42
HSL 320.4º 0.51% 0.38% -
HSV(B) 320.4º 0.68% 0.58% -
XYZ 16.31 9.62 16.92 -
YUV 85.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 148 48 114 0 0.68 0.23 0.42 320.4 0.51 0.38
Hex 94 30 72 0 44 17 2A 140 33 26
Octal 224 60 162 0 104 27 52 500 63 46
Binary 10010100 110000 1110010 0 1000100 10111 101010 101000000 110011 100110

Color Harmonies of #943072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943072

Black with #943072

Text Example


Text Example

White with #943072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943072; }

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

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

background-color css

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

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

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

border-color css

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

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

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