Html Css Color HEX #70066B Purple

📋 copy color: '#70066B'

red 112 ◦ green 6 ◦ blue 107

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

Shades of Purple #70066B

Tints of Purple #70066B

RGB

 RED value IS 112 (44.14% from 255) = 49.78%

 GREEN value IS 6 (2.73% from 255) = 2.67%

 BLUE value IS 107 (42.19% from 255) = 47.56%

R = 49.78%
G = 2.67%
B = 47.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70066B (or 0x70066B) is known color: Purple. HEX triplet: 70, 06 and 6B. RGB value is (112,6,107). Sum of RGB (Red+Green+Blue) = 112+6+107=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70066B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70066B is #8FF994. Grayscale: #303030. Windows color (decimal): -9435541 or 7014000. OLE color: 7014000.

HSL color Cylindrical-coordinate representation of color #70066B: hue angle of 302.83º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70066B is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 6 107 -
CMYK 0 0.95 0.04 0.56
HSL 302.83º 0.9% 0.23% -
HSV(B) 302.83º 0.95% 0.44% -
XYZ 9.4 4.64 14.31 -
YUV 49.21 160.62 172.79 -
System Red Green Blue C M Y K H S L
Decimal 112 6 107 0 0.95 0.04 0.56 302.83 0.9 0.23
Hex 70 6 6B 0 5F 4 38 12F 5A 17
Octal 160 6 153 0 137 4 70 457 132 27
Binary 1110000 110 1101011 0 1011111 100 111000 100101111 1011010 10111

Color Harmonies of #70066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70066B

Black with #70066B

Text Example


Text Example

White with #70066B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70066B; }

 p { color: rgb(112,6,107); }

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

background-color css

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

 a { background-color: rgb(112,6,107); }

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

border-color css

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

 span { border-color: rgb(112,6,107); }

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