Html Css Color HEX #70008B Purple

📋 copy color: '#70008B'

red 112 ◦ green 0 ◦ blue 139

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

Shades of Purple #70008B

Tints of Purple #70008B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 55.38%

R = 44.62%
G = 0%
B = 55.38%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70008B (or 0x70008B) is known color: Purple. HEX triplet: 70, 00 and 8B. RGB value is (112,0,139). Sum of RGB (Red+Green+Blue) = 112+0+139=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #70008B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70008B is #8FFF74. Grayscale: #303030. Windows color (decimal): -9437045 or 9109616. OLE color: 9109616.

HSL color Cylindrical-coordinate representation of color #70008B: hue angle of 288.35º 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 #70008B is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 0 139 -
CMYK 0.19 1 0 0.45
HSL 288.35º 1% 0.27% -
HSV(B) 288.35º 1% 0.55% -
XYZ 11.34 5.31 24.85 -
YUV 49.33 178.61 172.7 -
System Red Green Blue C M Y K H S L
Decimal 112 0 139 0.19 1 0 0.45 288.35 1 0.27
Hex 70 0 8B 13 64 0 2D 120 64 1B
Octal 160 0 213 23 144 0 55 440 144 33
Binary 1110000 0 10001011 10011 1100100 0 101101 100100000 1100100 11011

Color Harmonies of #70008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70008B

Black with #70008B

Text Example


Text Example

White with #70008B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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