Html Css Color HEX #702288 Vivid Violet

📋 copy color: '#702288'

red 112 ◦ green 34 ◦ blue 136

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

Shades of Vivid Violet #702288

Tints of Vivid Violet #702288

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.06%

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

R = 39.72%
G = 12.06%
B = 48.23%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#702288 (or 0x702288) is known color: Vivid Violet. HEX triplet: 70, 22 and 88. RGB value is (112,34,136). Sum of RGB (Red+Green+Blue) = 112+34+136=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #702288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702288 is #8FDD77. Grayscale: #444444. Windows color (decimal): -9428344 or 8921712. OLE color: 8921712.

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

Color convert

RGB 112 34 136 -
CMYK 0.18 0.75 0 0.47
HSL 285.88º 0.6% 0.33% -
HSV(B) 285.88º 0.75% 0.53% -
XYZ 11.7 6.37 23.9 -
YUV 68.95 165.84 158.71 -
System Red Green Blue C M Y K H S L
Decimal 112 34 136 0.18 0.75 0 0.47 285.88 0.6 0.33
Hex 70 22 88 12 4B 0 2F 11E 3C 21
Octal 160 42 210 22 113 0 57 436 74 41
Binary 1110000 100010 10001000 10010 1001011 0 101111 100011110 111100 100001

Color Harmonies of #702288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702288

Black with #702288

Text Example


Text Example

White with #702288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702288; }

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

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

background-color css

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

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

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

border-color css

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

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

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