Html Css Color HEX #702490 Vivid Violet

📋 copy color: '#702490'

red 112 ◦ green 36 ◦ blue 144

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

Shades of Vivid Violet #702490

Tints of Vivid Violet #702490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.33%

 BLUE value IS 144 (56.64% from 255) = 49.32%

R = 38.36%
G = 12.33%
B = 49.32%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#702490 (or 0x702490) is known color: Vivid Violet. HEX triplet: 70, 24 and 90. RGB value is (112,36,144). Sum of RGB (Red+Green+Blue) = 112+36+144=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #702490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702490 is #8FDB6F. Grayscale: #464646. Windows color (decimal): -9427824 or 9446512. OLE color: 9446512.

HSL color Cylindrical-coordinate representation of color #702490: hue angle of 282.22º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #702490 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 36 144 -
CMYK 0.22 0.75 0 0.44
HSL 282.22º 0.6% 0.35% -
HSV(B) 282.22º 0.75% 0.56% -
XYZ 12.35 6.72 27.03 -
YUV 71.04 169.18 157.22 -
System Red Green Blue C M Y K H S L
Decimal 112 36 144 0.22 0.75 0 0.44 282.22 0.6 0.35
Hex 70 24 90 16 4B 0 2C 11A 3C 23
Octal 160 44 220 26 113 0 54 432 74 43
Binary 1110000 100100 10010000 10110 1001011 0 101100 100011010 111100 100011

Color Harmonies of #702490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702490

Black with #702490

Text Example


Text Example

White with #702490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702490; }

 p { color: rgb(112,36,144); }

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

background-color css

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

 a { background-color: rgb(112,36,144); }

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

border-color css

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

 span { border-color: rgb(112,36,144); }

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