Html Css Color HEX #702BE5 Blue Violet

📋 copy color: '#702BE5'

red 112 ◦ green 43 ◦ blue 229

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

Shades of Blue Violet #702BE5

Tints of Blue Violet #702BE5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.2%

 BLUE value IS 229 (89.84% from 255) = 59.64%

R = 29.17%
G = 11.2%
B = 59.64%

CMYK

 C value IS 0.51

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#702BE5 (or 0x702BE5) is known color: Blue Violet. HEX triplet: 70, 2B and E5. RGB value is (112,43,229). Sum of RGB (Red+Green+Blue) = 112+43+229=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 229 (89.84% from 255 or 59.64% from 384); Max value from RGB is 229 - color contains mainly: blue. Hex color #702BE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702BE5 is #8FD41A. Grayscale: #545454. Windows color (decimal): -9425947 or 15018864. OLE color: 15018864.

HSL color Cylindrical-coordinate representation of color #702BE5: hue angle of 262.26º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #702BE5 is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 43 229 -
CMYK 0.51 0.81 0 0.10
HSL 262.26º 0.78% 0.53% -
HSV(B) 262.26º 0.81% 0.9% -
XYZ 21.69 10.83 75.08 -
YUV 84.84 209.36 147.38 -
System Red Green Blue C M Y K H S L
Decimal 112 43 229 0.51 0.81 0 0.10 262.26 0.78 0.53
Hex 70 2B E5 33 51 0 A 106 4E 35
Octal 160 53 345 63 121 0 12 406 116 65
Binary 1110000 101011 11100101 110011 1010001 0 1010 100000110 1001110 110101

Color Harmonies of #702BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702BE5

Black with #702BE5

Text Example


Text Example

White with #702BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,43,229); }

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

background-color css

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

 a { background-color: rgb(112,43,229); }

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

border-color css

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

 span { border-color: rgb(112,43,229); }

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