Html Css Color HEX #702895 Vivid Violet

📋 copy color: '#702895'

red 112 ◦ green 40 ◦ blue 149

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

Shades of Vivid Violet #702895

Tints of Vivid Violet #702895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.29%

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 37.21%
G = 13.29%
B = 49.5%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#702895 (or 0x702895) is known color: Vivid Violet. HEX triplet: 70, 28 and 95. RGB value is (112,40,149). Sum of RGB (Red+Green+Blue) = 112+40+149=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #702895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702895 is #8FD76A. Grayscale: #494949. Windows color (decimal): -9426795 or 9775216. OLE color: 9775216.

HSL color Cylindrical-coordinate representation of color #702895: hue angle of 279.63º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #702895 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 40 149 -
CMYK 0.25 0.73 0 0.42
HSL 279.63º 0.58% 0.37% -
HSV(B) 279.63º 0.73% 0.58% -
XYZ 12.87 7.13 29.13 -
YUV 73.95 170.35 155.14 -
System Red Green Blue C M Y K H S L
Decimal 112 40 149 0.25 0.73 0 0.42 279.63 0.58 0.37
Hex 70 28 95 19 49 0 2A 118 3A 25
Octal 160 50 225 31 111 0 52 430 72 45
Binary 1110000 101000 10010101 11001 1001001 0 101010 100011000 111010 100101

Color Harmonies of #702895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702895

Black with #702895

Text Example


Text Example

White with #702895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702895; }

 p { color: rgb(112,40,149); }

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

background-color css

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

 a { background-color: rgb(112,40,149); }

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

border-color css

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

 span { border-color: rgb(112,40,149); }

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