Html Css Color HEX #702188 Vivid Violet

📋 copy color: '#702188'

red 112 ◦ green 33 ◦ blue 136

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

Shades of Vivid Violet #702188

Tints of Vivid Violet #702188

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.74%

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

R = 39.86%
G = 11.74%
B = 48.4%

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

#702188 (or 0x702188) is known color: Vivid Violet. HEX triplet: 70, 21 and 88. RGB value is (112,33,136). Sum of RGB (Red+Green+Blue) = 112+33+136=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #702188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702188 is #8FDE77. Grayscale: #444444. Windows color (decimal): -9428600 or 8921456. OLE color: 8921456.

HSL color Cylindrical-coordinate representation of color #702188: hue angle of 286.02º degrees, saturation: 0.61, 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 #702188 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 33 136 -
CMYK 0.18 0.76 0 0.47
HSL 286.02º 0.61% 0.33% -
HSV(B) 286.02º 0.76% 0.53% -
XYZ 11.67 6.31 23.9 -
YUV 68.36 166.17 159.12 -
System Red Green Blue C M Y K H S L
Decimal 112 33 136 0.18 0.76 0 0.47 286.02 0.61 0.33
Hex 70 21 88 12 4C 0 2F 11E 3D 21
Octal 160 41 210 22 114 0 57 436 75 41
Binary 1110000 100001 10001000 10010 1001100 0 101111 100011110 111101 100001

Color Harmonies of #702188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702188

Black with #702188

Text Example


Text Example

White with #702188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702188; }

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

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

background-color css

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

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

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

border-color css

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

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

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