Html Css Color HEX #702688 Vivid Violet

📋 copy color: '#702688'

red 112 ◦ green 38 ◦ blue 136

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

Shades of Vivid Violet #702688

Tints of Vivid Violet #702688

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.29%

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

R = 39.16%
G = 13.29%
B = 47.55%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#702688 (or 0x702688) is known color: Vivid Violet. HEX triplet: 70, 26 and 88. RGB value is (112,38,136). Sum of RGB (Red+Green+Blue) = 112+38+136=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #702688 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702688 is #8FD977. Grayscale: #464646. Windows color (decimal): -9427320 or 8922736. OLE color: 8922736.

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

Color convert

RGB 112 38 136 -
CMYK 0.18 0.72 0 0.47
HSL 285.31º 0.56% 0.34% -
HSV(B) 285.31º 0.72% 0.53% -
XYZ 11.82 6.61 23.95 -
YUV 71.3 164.52 157.03 -
System Red Green Blue C M Y K H S L
Decimal 112 38 136 0.18 0.72 0 0.47 285.31 0.56 0.34
Hex 70 26 88 12 48 0 2F 11D 38 22
Octal 160 46 210 22 110 0 57 435 70 42
Binary 1110000 100110 10001000 10010 1001000 0 101111 100011101 111000 100010

Color Harmonies of #702688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702688

Black with #702688

Text Example


Text Example

White with #702688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702688; }

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

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

background-color css

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

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

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

border-color css

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

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

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