Html Css Color HEX #701895 Vivid Violet

📋 copy color: '#701895'

red 112 ◦ green 24 ◦ blue 149

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

Shades of Vivid Violet #701895

Tints of Vivid Violet #701895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.42%

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

R = 39.3%
G = 8.42%
B = 52.28%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#701895 (or 0x701895) is known color: Vivid Violet. HEX triplet: 70, 18 and 95. RGB value is (112,24,149). Sum of RGB (Red+Green+Blue) = 112+24+149=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #701895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701895 is #8FE76A. Grayscale: #404040. Windows color (decimal): -9430891 or 9771120. OLE color: 9771120.

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

Color convert

RGB 112 24 149 -
CMYK 0.25 0.84 0 0.42
HSL 282.24º 0.72% 0.34% -
HSV(B) 282.24º 0.84% 0.58% -
XYZ 12.43 6.27 28.99 -
YUV 64.56 175.65 161.84 -
System Red Green Blue C M Y K H S L
Decimal 112 24 149 0.25 0.84 0 0.42 282.24 0.72 0.34
Hex 70 18 95 19 54 0 2A 11A 48 22
Octal 160 30 225 31 124 0 52 432 110 42
Binary 1110000 11000 10010101 11001 1010100 0 101010 100011010 1001000 100010

Color Harmonies of #701895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701895

Black with #701895

Text Example


Text Example

White with #701895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701895; }

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

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

background-color css

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

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

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

border-color css

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

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

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