Html Css Color HEX #701898 Vivid Violet

📋 copy color: '#701898'

red 112 ◦ green 24 ◦ blue 152

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

Shades of Vivid Violet #701898

Tints of Vivid Violet #701898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 52.78%

R = 38.89%
G = 8.33%
B = 52.78%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#701898 (or 0x701898) is known color: Vivid Violet. HEX triplet: 70, 18 and 98. RGB value is (112,24,152). Sum of RGB (Red+Green+Blue) = 112+24+152=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #701898 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701898 is #8FE767. Grayscale: #404040. Windows color (decimal): -9430888 or 9967728. OLE color: 9967728.

HSL color Cylindrical-coordinate representation of color #701898: hue angle of 281.25º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701898 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 24 152 -
CMYK 0.26 0.84 0 0.40
HSL 281.25º 0.73% 0.35% -
HSV(B) 281.25º 0.84% 0.6% -
XYZ 12.68 6.37 30.27 -
YUV 64.9 177.15 161.59 -
System Red Green Blue C M Y K H S L
Decimal 112 24 152 0.26 0.84 0 0.40 281.25 0.73 0.35
Hex 70 18 98 1A 54 0 28 119 49 23
Octal 160 30 230 32 124 0 50 431 111 43
Binary 1110000 11000 10011000 11010 1010100 0 101000 100011001 1001001 100011

Color Harmonies of #701898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701898

Black with #701898

Text Example


Text Example

White with #701898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701898; }

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

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

background-color css

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

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

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

border-color css

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

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

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