Html Css Color HEX #702592 Vivid Violet

📋 copy color: '#702592'

red 112 ◦ green 37 ◦ blue 146

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

Shades of Vivid Violet #702592

Tints of Vivid Violet #702592

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

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

R = 37.97%
G = 12.54%
B = 49.49%

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

#702592 (or 0x702592) is known color: Vivid Violet. HEX triplet: 70, 25 and 92. RGB value is (112,37,146). Sum of RGB (Red+Green+Blue) = 112+37+146=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #702592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702592 is #8FDA6D. Grayscale: #474747. Windows color (decimal): -9427566 or 9577840. OLE color: 9577840.

HSL color Cylindrical-coordinate representation of color #702592: hue angle of 281.28º 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 #702592 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 37 146 -
CMYK 0.23 0.75 0 0.43
HSL 281.28º 0.6% 0.36% -
HSV(B) 281.28º 0.75% 0.57% -
XYZ 12.53 6.84 27.85 -
YUV 71.85 169.85 156.64 -
System Red Green Blue C M Y K H S L
Decimal 112 37 146 0.23 0.75 0 0.43 281.28 0.6 0.36
Hex 70 25 92 17 4B 0 2B 119 3C 24
Octal 160 45 222 27 113 0 53 431 74 44
Binary 1110000 100101 10010010 10111 1001011 0 101011 100011001 111100 100100

Color Harmonies of #702592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702592

Black with #702592

Text Example


Text Example

White with #702592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702592; }

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

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

background-color css

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

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

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

border-color css

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

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

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