Html Css Color HEX #943070 Dark Purple

📋 copy color: '#943070'

red 148 ◦ green 48 ◦ blue 112

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

Shades of Dark Purple #943070

Tints of Dark Purple #943070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.36%

R = 48.05%
G = 15.58%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#943070 (or 0x943070) is known color: Dark Purple. HEX triplet: 94, 30 and 70. RGB value is (148,48,112). Sum of RGB (Red+Green+Blue) = 148+48+112=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #943070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943070 is #6BCF8F. Grayscale: #555555. Windows color (decimal): -7065488 or 7352468. OLE color: 7352468.

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

Color convert

RGB 148 48 112 -
CMYK 0 0.68 0.24 0.42
HSL 321.6º 0.51% 0.38% -
HSV(B) 321.6º 0.68% 0.58% -
XYZ 16.19 9.58 16.32 -
YUV 85.2 143.13 172.8 -
System Red Green Blue C M Y K H S L
Decimal 148 48 112 0 0.68 0.24 0.42 321.6 0.51 0.38
Hex 94 30 70 0 44 18 2A 142 33 26
Octal 224 60 160 0 104 30 52 502 63 46
Binary 10010100 110000 1110000 0 1000100 11000 101010 101000010 110011 100110

Color Harmonies of #943070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943070

Black with #943070

Text Example


Text Example

White with #943070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943070; }

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

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

background-color css

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

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

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

border-color css

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

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

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