Html Css Color HEX #700387 Purple

📋 copy color: '#700387'

red 112 ◦ green 3 ◦ blue 135

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

Shades of Purple #700387

Tints of Purple #700387

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

 BLUE value IS 135 (53.13% from 255) = 54%

R = 44.8%
G = 1.2%
B = 54%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#700387 (or 0x700387) is known color: Purple. HEX triplet: 70, 03 and 87. RGB value is (112,3,135). Sum of RGB (Red+Green+Blue) = 112+3+135=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #700387 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700387 is #8FFC78. Grayscale: #323232. Windows color (decimal): -9436281 or 8848240. OLE color: 8848240.

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

Color convert

RGB 112 3 135 -
CMYK 0.17 0.98 0 0.47
HSL 289.55º 0.96% 0.27% -
HSV(B) 289.55º 0.98% 0.53% -
XYZ 11.09 5.26 23.35 -
YUV 50.64 175.61 171.77 -
System Red Green Blue C M Y K H S L
Decimal 112 3 135 0.17 0.98 0 0.47 289.55 0.96 0.27
Hex 70 3 87 11 62 0 2F 122 60 1B
Octal 160 3 207 21 142 0 57 442 140 33
Binary 1110000 11 10000111 10001 1100010 0 101111 100100010 1100000 11011

Color Harmonies of #700387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700387

Black with #700387

Text Example


Text Example

White with #700387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700387; }

 p { color: rgb(112,3,135); }

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

background-color css

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

 a { background-color: rgb(112,3,135); }

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

border-color css

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

 span { border-color: rgb(112,3,135); }

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