Html Css Color HEX #702593 Vivid Violet

📋 copy color: '#702593'

red 112 ◦ green 37 ◦ blue 147

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

Shades of Vivid Violet #702593

Tints of Vivid Violet #702593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49.66%

R = 37.84%
G = 12.5%
B = 49.66%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#702593 (or 0x702593) is known color: Vivid Violet. HEX triplet: 70, 25 and 93. RGB value is (112,37,147). Sum of RGB (Red+Green+Blue) = 112+37+147=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #702593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702593 is #8FDA6C. Grayscale: #474747. Windows color (decimal): -9427565 or 9643376. OLE color: 9643376.

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

Color convert

RGB 112 37 147 -
CMYK 0.24 0.75 0 0.42
HSL 280.91º 0.6% 0.36% -
HSV(B) 280.91º 0.75% 0.58% -
XYZ 12.61 6.87 28.27 -
YUV 71.97 170.35 156.56 -
System Red Green Blue C M Y K H S L
Decimal 112 37 147 0.24 0.75 0 0.42 280.91 0.6 0.36
Hex 70 25 93 18 4B 0 2A 119 3C 24
Octal 160 45 223 30 113 0 52 431 74 44
Binary 1110000 100101 10010011 11000 1001011 0 101010 100011001 111100 100100

Color Harmonies of #702593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702593

Black with #702593

Text Example


Text Example

White with #702593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702593; }

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

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

background-color css

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

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

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

border-color css

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

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

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