Html Css Color HEX #702790 Vivid Violet

📋 copy color: '#702790'

red 112 ◦ green 39 ◦ blue 144

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

Shades of Vivid Violet #702790

Tints of Vivid Violet #702790

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.22%

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

R = 37.97%
G = 13.22%
B = 48.81%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#702790 (or 0x702790) is known color: Vivid Violet. HEX triplet: 70, 27 and 90. RGB value is (112,39,144). Sum of RGB (Red+Green+Blue) = 112+39+144=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #702790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702790 is #8FD86F. Grayscale: #484848. Windows color (decimal): -9427056 or 9447280. OLE color: 9447280.

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

Color convert

RGB 112 39 144 -
CMYK 0.22 0.73 0 0.44
HSL 281.71º 0.57% 0.36% -
HSV(B) 281.71º 0.73% 0.56% -
XYZ 12.44 6.91 27.06 -
YUV 72.8 168.18 155.96 -
System Red Green Blue C M Y K H S L
Decimal 112 39 144 0.22 0.73 0 0.44 281.71 0.57 0.36
Hex 70 27 90 16 49 0 2C 11A 39 24
Octal 160 47 220 26 111 0 54 432 71 44
Binary 1110000 100111 10010000 10110 1001001 0 101100 100011010 111001 100100

Color Harmonies of #702790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702790

Black with #702790

Text Example


Text Example

White with #702790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702790; }

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

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

background-color css

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

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

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

border-color css

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

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

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