Html Css Color HEX #943073 Dark Purple

📋 copy color: '#943073'

red 148 ◦ green 48 ◦ blue 115

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

Shades of Dark Purple #943073

Tints of Dark Purple #943073

RGB

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

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

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

R = 47.59%
G = 15.43%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#943073 (or 0x943073) is known color: Dark Purple. HEX triplet: 94, 30 and 73. RGB value is (148,48,115). Sum of RGB (Red+Green+Blue) = 148+48+115=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #943073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943073 is #6BCF8C. Grayscale: #555555. Windows color (decimal): -7065485 or 7549076. OLE color: 7549076.

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

Color convert

RGB 148 48 115 -
CMYK 0 0.68 0.22 0.42
HSL 319.8º 0.51% 0.38% -
HSV(B) 319.8º 0.68% 0.58% -
XYZ 16.36 9.65 17.22 -
YUV 85.54 144.63 172.55 -
System Red Green Blue C M Y K H S L
Decimal 148 48 115 0 0.68 0.22 0.42 319.8 0.51 0.38
Hex 94 30 73 0 44 16 2A 140 33 26
Octal 224 60 163 0 104 26 52 500 63 46
Binary 10010100 110000 1110011 0 1000100 10110 101010 101000000 110011 100110

Color Harmonies of #943073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943073

Black with #943073

Text Example


Text Example

White with #943073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943073; }

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

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

background-color css

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

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

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

border-color css

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

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

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