Html Css Color HEX #702492 Vivid Violet

📋 copy color: '#702492'

red 112 ◦ green 36 ◦ blue 146

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

Shades of Vivid Violet #702492

Tints of Vivid Violet #702492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.66%

R = 38.1%
G = 12.24%
B = 49.66%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#702492 (or 0x702492) is known color: Vivid Violet. HEX triplet: 70, 24 and 92. RGB value is (112,36,146). Sum of RGB (Red+Green+Blue) = 112+36+146=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #702492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702492 is #8FDB6D. Grayscale: #464646. Windows color (decimal): -9427822 or 9577584. OLE color: 9577584.

HSL color Cylindrical-coordinate representation of color #702492: hue angle of 281.45º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #702492 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 36 146 -
CMYK 0.23 0.75 0 0.43
HSL 281.45º 0.6% 0.36% -
HSV(B) 281.45º 0.75% 0.57% -
XYZ 12.5 6.78 27.84 -
YUV 71.26 170.18 157.06 -
System Red Green Blue C M Y K H S L
Decimal 112 36 146 0.23 0.75 0 0.43 281.45 0.6 0.36
Hex 70 24 92 17 4B 0 2B 119 3C 24
Octal 160 44 222 27 113 0 53 431 74 44
Binary 1110000 100100 10010010 10111 1001011 0 101011 100011001 111100 100100

Color Harmonies of #702492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702492

Black with #702492

Text Example


Text Example

White with #702492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702492; }

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

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

background-color css

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

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

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

border-color css

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

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

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