Html Css Color HEX #702591 Vivid Violet

📋 copy color: '#702591'

red 112 ◦ green 37 ◦ blue 145

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

Shades of Vivid Violet #702591

Tints of Vivid Violet #702591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 49.32%

R = 38.1%
G = 12.59%
B = 49.32%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#702591 (or 0x702591) is known color: Vivid Violet. HEX triplet: 70, 25 and 91. RGB value is (112,37,145). Sum of RGB (Red+Green+Blue) = 112+37+145=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #702591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702591 is #8FDA6E. Grayscale: #474747. Windows color (decimal): -9427567 or 9512304. OLE color: 9512304.

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

Color convert

RGB 112 37 145 -
CMYK 0.23 0.74 0 0.43
HSL 281.67º 0.59% 0.36% -
HSV(B) 281.67º 0.74% 0.57% -
XYZ 12.45 6.81 27.45 -
YUV 71.74 169.35 156.72 -
System Red Green Blue C M Y K H S L
Decimal 112 37 145 0.23 0.74 0 0.43 281.67 0.59 0.36
Hex 70 25 91 17 4A 0 2B 11A 3B 24
Octal 160 45 221 27 112 0 53 432 73 44
Binary 1110000 100101 10010001 10111 1001010 0 101011 100011010 111011 100100

Color Harmonies of #702591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702591

Black with #702591

Text Example


Text Example

White with #702591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702591; }

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

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

background-color css

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

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

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

border-color css

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

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

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