Html Css Color HEX #700C88 Purple

📋 copy color: '#700C88'

red 112 ◦ green 12 ◦ blue 136

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

Shades of Purple #700C88

Tints of Purple #700C88

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.62%

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

R = 43.08%
G = 4.62%
B = 52.31%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#700C88 (or 0x700C88) is known color: Purple. HEX triplet: 70, 0C and 88. RGB value is (112,12,136). Sum of RGB (Red+Green+Blue) = 112+12+136=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #700C88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700C88 is #8FF377. Grayscale: #373737. Windows color (decimal): -9433976 or 8916080. OLE color: 8916080.

HSL color Cylindrical-coordinate representation of color #700C88: hue angle of 288.39º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700C88 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 12 136 -
CMYK 0.18 0.91 0 0.47
HSL 288.39º 0.84% 0.29% -
HSV(B) 288.39º 0.91% 0.53% -
XYZ 11.26 5.49 23.76 -
YUV 56.04 173.13 167.92 -
System Red Green Blue C M Y K H S L
Decimal 112 12 136 0.18 0.91 0 0.47 288.39 0.84 0.29
Hex 70 C 88 12 5B 0 2F 120 54 1D
Octal 160 14 210 22 133 0 57 440 124 35
Binary 1110000 1100 10001000 10010 1011011 0 101111 100100000 1010100 11101

Color Harmonies of #700C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700C88

Black with #700C88

Text Example


Text Example

White with #700C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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