Html Css Color HEX #702299 Vivid Violet

📋 copy color: '#702299'

red 112 ◦ green 34 ◦ blue 153

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

Shades of Vivid Violet #702299

Tints of Vivid Violet #702299

RGB

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

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

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

R = 37.46%
G = 11.37%
B = 51.17%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#702299 (or 0x702299) is known color: Vivid Violet. HEX triplet: 70, 22 and 99. RGB value is (112,34,153). Sum of RGB (Red+Green+Blue) = 112+34+153=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #702299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702299 is #8FDD66. Grayscale: #464646. Windows color (decimal): -9428327 or 10035824. OLE color: 10035824.

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

Color convert

RGB 112 34 153 -
CMYK 0.27 0.78 0 0.4
HSL 279.33º 0.64% 0.37% -
HSV(B) 279.33º 0.78% 0.6% -
XYZ 13 6.89 30.78 -
YUV 70.89 174.34 157.32 -
System Red Green Blue C M Y K H S L
Decimal 112 34 153 0.27 0.78 0 0.4 279.33 0.64 0.37
Hex 70 22 99 1B 4E 0 28 117 40 25
Octal 160 42 231 33 116 0 50 427 100 45
Binary 1110000 100010 10011001 11011 1001110 0 101000 100010111 1000000 100101

Color Harmonies of #702299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702299

Black with #702299

Text Example


Text Example

White with #702299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702299; }

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

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

background-color css

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

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

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

border-color css

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

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

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