Html Css Color HEX #702395 Vivid Violet

📋 copy color: '#702395'

red 112 ◦ green 35 ◦ blue 149

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

Shades of Vivid Violet #702395

Tints of Vivid Violet #702395

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.82%

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

R = 37.84%
G = 11.82%
B = 50.34%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#702395 (or 0x702395) is known color: Vivid Violet. HEX triplet: 70, 23 and 95. RGB value is (112,35,149). Sum of RGB (Red+Green+Blue) = 112+35+149=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #702395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702395 is #8FDC6A. Grayscale: #464646. Windows color (decimal): -9428075 or 9773936. OLE color: 9773936.

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

Color convert

RGB 112 35 149 -
CMYK 0.25 0.77 0 0.42
HSL 280.53º 0.62% 0.36% -
HSV(B) 280.53º 0.77% 0.58% -
XYZ 12.71 6.82 29.08 -
YUV 71.02 172.01 157.23 -
System Red Green Blue C M Y K H S L
Decimal 112 35 149 0.25 0.77 0 0.42 280.53 0.62 0.36
Hex 70 23 95 19 4D 0 2A 119 3E 24
Octal 160 43 225 31 115 0 52 431 76 44
Binary 1110000 100011 10010101 11001 1001101 0 101010 100011001 111110 100100

Color Harmonies of #702395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702395

Black with #702395

Text Example


Text Example

White with #702395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702395; }

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

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

background-color css

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

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

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

border-color css

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

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

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