Html Css Color HEX #702998 Vivid Violet

📋 copy color: '#702998'

red 112 ◦ green 41 ◦ blue 152

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

Shades of Vivid Violet #702998

Tints of Vivid Violet #702998

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.44%

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

R = 36.72%
G = 13.44%
B = 49.84%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#702998 (or 0x702998) is known color: Vivid Violet. HEX triplet: 70, 29 and 98. RGB value is (112,41,152). Sum of RGB (Red+Green+Blue) = 112+41+152=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #702998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702998 is #8FD667. Grayscale: #4A4A4A. Windows color (decimal): -9426536 or 9972080. OLE color: 9972080.

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

Color convert

RGB 112 41 152 -
CMYK 0.26 0.73 0 0.40
HSL 278.38º 0.58% 0.38% -
HSV(B) 278.38º 0.73% 0.6% -
XYZ 13.14 7.3 30.42 -
YUV 74.88 171.52 154.47 -
System Red Green Blue C M Y K H S L
Decimal 112 41 152 0.26 0.73 0 0.40 278.38 0.58 0.38
Hex 70 29 98 1A 49 0 28 116 3A 26
Octal 160 51 230 32 111 0 50 426 72 46
Binary 1110000 101001 10011000 11010 1001001 0 101000 100010110 111010 100110

Color Harmonies of #702998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702998

Black with #702998

Text Example


Text Example

White with #702998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702998; }

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

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

background-color css

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

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

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

border-color css

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

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

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