Html Css Color HEX #70008C Purple

📋 copy color: '#70008C'

red 112 ◦ green 0 ◦ blue 140

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

Shades of Purple #70008C

Tints of Purple #70008C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 140 (55.08% from 255) = 55.56%

R = 44.44%
G = 0%
B = 55.56%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70008C (or 0x70008C) is known color: Purple. HEX triplet: 70, 00 and 8C. RGB value is (112,0,140). Sum of RGB (Red+Green+Blue) = 112+0+140=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #70008C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70008C is #8FFF73. Grayscale: #313131. Windows color (decimal): -9437044 or 9175152. OLE color: 9175152.

HSL color Cylindrical-coordinate representation of color #70008C: hue angle of 288º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70008C is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 0 140 -
CMYK 0.20 1 0 0.45
HSL 288º 1% 0.27% -
HSV(B) 288º 1% 0.55% -
XYZ 11.42 5.34 25.24 -
YUV 49.45 179.11 172.62 -
System Red Green Blue C M Y K H S L
Decimal 112 0 140 0.20 1 0 0.45 288 1 0.27
Hex 70 0 8C 14 64 0 2D 120 64 1B
Octal 160 0 214 24 144 0 55 440 144 33
Binary 1110000 0 10001100 10100 1100100 0 101101 100100000 1100100 11011

Color Harmonies of #70008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70008C

Black with #70008C

Text Example


Text Example

White with #70008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70008C; }

 p { color: rgb(112,0,140); }

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

background-color css

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

 a { background-color: rgb(112,0,140); }

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

border-color css

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

 span { border-color: rgb(112,0,140); }

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