Html Css Color HEX #702990 Vivid Violet

📋 copy color: '#702990'

red 112 ◦ green 41 ◦ blue 144

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

Shades of Vivid Violet #702990

Tints of Vivid Violet #702990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.8%

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

R = 37.71%
G = 13.8%
B = 48.48%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#702990 (or 0x702990) is known color: Vivid Violet. HEX triplet: 70, 29 and 90. RGB value is (112,41,144). Sum of RGB (Red+Green+Blue) = 112+41+144=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #702990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702990 is #8FD66F. Grayscale: #494949. Windows color (decimal): -9426544 or 9447792. OLE color: 9447792.

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

Color convert

RGB 112 41 144 -
CMYK 0.22 0.72 0 0.44
HSL 281.36º 0.56% 0.36% -
HSV(B) 281.36º 0.72% 0.56% -
XYZ 12.51 7.04 27.09 -
YUV 73.97 167.52 155.12 -
System Red Green Blue C M Y K H S L
Decimal 112 41 144 0.22 0.72 0 0.44 281.36 0.56 0.36
Hex 70 29 90 16 48 0 2C 119 38 24
Octal 160 51 220 26 110 0 54 431 70 44
Binary 1110000 101001 10010000 10110 1001000 0 101100 100011001 111000 100100

Color Harmonies of #702990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702990

Black with #702990

Text Example


Text Example

White with #702990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702990; }

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

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

background-color css

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

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

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

border-color css

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

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

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