Html Css Color HEX #702AE0 Blue Violet

📋 copy color: '#702AE0'

red 112 ◦ green 42 ◦ blue 224

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

Shades of Blue Violet #702AE0

Tints of Blue Violet #702AE0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.11%

 BLUE value IS 224 (87.89% from 255) = 59.26%

R = 29.63%
G = 11.11%
B = 59.26%

CMYK

 C value IS 0.50

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#702AE0 (or 0x702AE0) is known color: Blue Violet. HEX triplet: 70, 2A and E0. RGB value is (112,42,224). Sum of RGB (Red+Green+Blue) = 112+42+224=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 224 (87.89% from 255 or 59.26% from 378); Max value from RGB is 224 - color contains mainly: blue. Hex color #702AE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702AE0 is #8FD51F. Grayscale: #535353. Windows color (decimal): -9426208 or 14690928. OLE color: 14690928.

HSL color Cylindrical-coordinate representation of color #702AE0: hue angle of 263.08º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #702AE0 is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 42 224 -
CMYK 0.50 0.81 0 0.12
HSL 263.08º 0.75% 0.52% -
HSV(B) 263.08º 0.81% 0.88% -
XYZ 20.96 10.48 71.44 -
YUV 83.68 207.19 148.2 -
System Red Green Blue C M Y K H S L
Decimal 112 42 224 0.50 0.81 0 0.12 263.08 0.75 0.52
Hex 70 2A E0 32 51 0 C 107 4B 34
Octal 160 52 340 62 121 0 14 407 113 64
Binary 1110000 101010 11100000 110010 1010001 0 1100 100000111 1001011 110100

Color Harmonies of #702AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702AE0

Black with #702AE0

Text Example


Text Example

White with #702AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702AE0; }

 p { color: rgb(112,42,224); }

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

background-color css

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

 a { background-color: rgb(112,42,224); }

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

border-color css

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

 span { border-color: rgb(112,42,224); }

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