Html Css Color HEX #702599 Vivid Violet

📋 copy color: '#702599'

red 112 ◦ green 37 ◦ blue 153

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

Shades of Vivid Violet #702599

Tints of Vivid Violet #702599

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.25%

 BLUE value IS 153 (60.16% from 255) = 50.66%

R = 37.09%
G = 12.25%
B = 50.66%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#702599 (or 0x702599) is known color: Vivid Violet. HEX triplet: 70, 25 and 99. RGB value is (112,37,153). Sum of RGB (Red+Green+Blue) = 112+37+153=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #702599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702599 is #8FDA66. Grayscale: #484848. Windows color (decimal): -9427559 or 10036592. OLE color: 10036592.

HSL color Cylindrical-coordinate representation of color #702599: hue angle of 278.79º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #702599 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 37 153 -
CMYK 0.27 0.76 0 0.4
HSL 278.79º 0.61% 0.37% -
HSV(B) 278.79º 0.76% 0.6% -
XYZ 13.09 7.07 30.81 -
YUV 72.65 173.35 156.07 -
System Red Green Blue C M Y K H S L
Decimal 112 37 153 0.27 0.76 0 0.4 278.79 0.61 0.37
Hex 70 25 99 1B 4C 0 28 117 3D 25
Octal 160 45 231 33 114 0 50 427 75 45
Binary 1110000 100101 10011001 11011 1001100 0 101000 100010111 111101 100101

Color Harmonies of #702599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702599

Black with #702599

Text Example


Text Example

White with #702599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702599; }

 p { color: rgb(112,37,153); }

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

background-color css

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

 a { background-color: rgb(112,37,153); }

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

border-color css

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

 span { border-color: rgb(112,37,153); }

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