Html Css Color HEX #700288 Purple

📋 copy color: '#700288'

red 112 ◦ green 2 ◦ blue 136

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

Shades of Purple #700288

Tints of Purple #700288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 136 (53.52% from 255) = 54.4%

R = 44.8%
G = 0.8%
B = 54.4%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#700288 (or 0x700288) is known color: Purple. HEX triplet: 70, 02 and 88. RGB value is (112,2,136). Sum of RGB (Red+Green+Blue) = 112+2+136=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #700288 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700288 is #8FFD77. Grayscale: #313131. Windows color (decimal): -9436536 or 8913520. OLE color: 8913520.

HSL color Cylindrical-coordinate representation of color #700288: hue angle of 289.25º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700288 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 2 136 -
CMYK 0.18 0.99 0 0.47
HSL 289.25º 0.97% 0.27% -
HSV(B) 289.25º 0.99% 0.53% -
XYZ 11.15 5.27 23.72 -
YUV 50.17 176.44 172.1 -
System Red Green Blue C M Y K H S L
Decimal 112 2 136 0.18 0.99 0 0.47 289.25 0.97 0.27
Hex 70 2 88 12 63 0 2F 121 61 1B
Octal 160 2 210 22 143 0 57 441 141 33
Binary 1110000 10 10001000 10010 1100011 0 101111 100100001 1100001 11011

Color Harmonies of #700288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700288

Black with #700288

Text Example


Text Example

White with #700288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700288; }

 p { color: rgb(112,2,136); }

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

background-color css

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

 a { background-color: rgb(112,2,136); }

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

border-color css

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

 span { border-color: rgb(112,2,136); }

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