Html Css Color HEX #701C88 Vivid Violet

📋 copy color: '#701C88'

red 112 ◦ green 28 ◦ blue 136

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

Shades of Vivid Violet #701C88

Tints of Vivid Violet #701C88

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.14%

 BLUE value IS 136 (53.52% from 255) = 49.28%

R = 40.58%
G = 10.14%
B = 49.28%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#701C88 (or 0x701C88) is known color: Vivid Violet. HEX triplet: 70, 1C and 88. RGB value is (112,28,136). Sum of RGB (Red+Green+Blue) = 112+28+136=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: blue. Hex color #701C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701C88 is #8FE377. Grayscale: #414141. Windows color (decimal): -9429880 or 8920176. OLE color: 8920176.

HSL color Cylindrical-coordinate representation of color #701C88: hue angle of 286.67º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701C88 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 28 136 -
CMYK 0.18 0.79 0 0.47
HSL 286.67º 0.66% 0.32% -
HSV(B) 286.67º 0.79% 0.53% -
XYZ 11.54 6.05 23.85 -
YUV 65.43 167.83 161.22 -
System Red Green Blue C M Y K H S L
Decimal 112 28 136 0.18 0.79 0 0.47 286.67 0.66 0.32
Hex 70 1C 88 12 4F 0 2F 11F 42 20
Octal 160 34 210 22 117 0 57 437 102 40
Binary 1110000 11100 10001000 10010 1001111 0 101111 100011111 1000010 100000

Color Harmonies of #701C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701C88

Black with #701C88

Text Example


Text Example

White with #701C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701C88; }

 p { color: rgb(112,28,136); }

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

background-color css

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

 a { background-color: rgb(112,28,136); }

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

border-color css

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

 span { border-color: rgb(112,28,136); }

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