Html Css Color HEX #702498 Vivid Violet

📋 copy color: '#702498'

red 112 ◦ green 36 ◦ blue 152

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

Shades of Vivid Violet #702498

Tints of Vivid Violet #702498

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12%

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

R = 37.33%
G = 12%
B = 50.67%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#702498 (or 0x702498) is known color: Vivid Violet. HEX triplet: 70, 24 and 98. RGB value is (112,36,152). Sum of RGB (Red+Green+Blue) = 112+36+152=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #702498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702498 is #8FDB67. Grayscale: #474747. Windows color (decimal): -9427816 or 9970800. OLE color: 9970800.

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

Color convert

RGB 112 36 152 -
CMYK 0.26 0.76 0 0.40
HSL 279.31º 0.62% 0.37% -
HSV(B) 279.31º 0.76% 0.6% -
XYZ 12.98 6.97 30.37 -
YUV 71.95 173.18 156.57 -
System Red Green Blue C M Y K H S L
Decimal 112 36 152 0.26 0.76 0 0.40 279.31 0.62 0.37
Hex 70 24 98 1A 4C 0 28 117 3E 25
Octal 160 44 230 32 114 0 50 427 76 45
Binary 1110000 100100 10011000 11010 1001100 0 101000 100010111 111110 100101

Color Harmonies of #702498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702498

Black with #702498

Text Example


Text Example

White with #702498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702498; }

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

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

background-color css

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

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

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

border-color css

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

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

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