Html Css Color HEX #702088 Vivid Violet

📋 copy color: '#702088'

red 112 ◦ green 32 ◦ blue 136

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

Shades of Vivid Violet #702088

Tints of Vivid Violet #702088

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.43%

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

R = 40%
G = 11.43%
B = 48.57%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#702088 (or 0x702088) is known color: Vivid Violet. HEX triplet: 70, 20 and 88. RGB value is (112,32,136). Sum of RGB (Red+Green+Blue) = 112+32+136=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 136 (53.52% from 255 or 48.57% from 280); Max value from RGB is 136 - color contains mainly: blue. Hex color #702088 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702088 is #8FDF77. Grayscale: #434343. Windows color (decimal): -9428856 or 8921200. OLE color: 8921200.

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

Color convert

RGB 112 32 136 -
CMYK 0.18 0.76 0 0.47
HSL 286.15º 0.62% 0.33% -
HSV(B) 286.15º 0.76% 0.53% -
XYZ 11.64 6.26 23.89 -
YUV 67.78 166.5 159.54 -
System Red Green Blue C M Y K H S L
Decimal 112 32 136 0.18 0.76 0 0.47 286.15 0.62 0.33
Hex 70 20 88 12 4C 0 2F 11E 3E 21
Octal 160 40 210 22 114 0 57 436 76 41
Binary 1110000 100000 10001000 10010 1001100 0 101111 100011110 111110 100001

Color Harmonies of #702088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702088

Black with #702088

Text Example


Text Example

White with #702088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702088; }

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

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

background-color css

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

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

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

border-color css

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

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

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