Html Css Color HEX #702590 Vivid Violet

📋 copy color: '#702590'

red 112 ◦ green 37 ◦ blue 144

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

Shades of Vivid Violet #702590

Tints of Vivid Violet #702590

RGB

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

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

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

R = 38.23%
G = 12.63%
B = 49.15%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#702590 (or 0x702590) is known color: Vivid Violet. HEX triplet: 70, 25 and 90. RGB value is (112,37,144). Sum of RGB (Red+Green+Blue) = 112+37+144=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #702590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702590 is #8FDA6F. Grayscale: #474747. Windows color (decimal): -9427568 or 9446768. OLE color: 9446768.

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

Color convert

RGB 112 37 144 -
CMYK 0.22 0.74 0 0.44
HSL 282.06º 0.59% 0.35% -
HSV(B) 282.06º 0.74% 0.56% -
XYZ 12.38 6.78 27.04 -
YUV 71.62 168.85 156.8 -
System Red Green Blue C M Y K H S L
Decimal 112 37 144 0.22 0.74 0 0.44 282.06 0.59 0.35
Hex 70 25 90 16 4A 0 2C 11A 3B 23
Octal 160 45 220 26 112 0 54 432 73 43
Binary 1110000 100101 10010000 10110 1001010 0 101100 100011010 111011 100011

Color Harmonies of #702590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702590

Black with #702590

Text Example


Text Example

White with #702590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702590; }

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

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

background-color css

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

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

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

border-color css

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

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

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