Html Css Color HEX #701298 Vivid Violet

📋 copy color: '#701298'

red 112 ◦ green 18 ◦ blue 152

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

Shades of Vivid Violet #701298

Tints of Vivid Violet #701298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.38%

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

R = 39.72%
G = 6.38%
B = 53.9%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#701298 (or 0x701298) is known color: Vivid Violet. HEX triplet: 70, 12 and 98. RGB value is (112,18,152). Sum of RGB (Red+Green+Blue) = 112+18+152=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #701298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701298 is #8FED67. Grayscale: #3C3C3C. Windows color (decimal): -9432424 or 9966192. OLE color: 9966192.

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

Color convert

RGB 112 18 152 -
CMYK 0.26 0.88 0 0.40
HSL 282.09º 0.79% 0.33% -
HSV(B) 282.09º 0.88% 0.6% -
XYZ 12.57 6.14 30.23 -
YUV 61.38 179.14 164.1 -
System Red Green Blue C M Y K H S L
Decimal 112 18 152 0.26 0.88 0 0.40 282.09 0.79 0.33
Hex 70 12 98 1A 58 0 28 11A 4F 21
Octal 160 22 230 32 130 0 50 432 117 41
Binary 1110000 10010 10011000 11010 1011000 0 101000 100011010 1001111 100001

Color Harmonies of #701298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701298

Black with #701298

Text Example


Text Example

White with #701298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701298; }

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

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

background-color css

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

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

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

border-color css

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

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

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