Html Css Color HEX #702BE6 Blue Violet

📋 copy color: '#702BE6'

red 112 ◦ green 43 ◦ blue 230

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

Shades of Blue Violet #702BE6

Tints of Blue Violet #702BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 59.74%

R = 29.09%
G = 11.17%
B = 59.74%

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

#702BE6 (or 0x702BE6) is known color: Blue Violet. HEX triplet: 70, 2B and E6. RGB value is (112,43,230). Sum of RGB (Red+Green+Blue) = 112+43+230=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 230 (90.23% from 255 or 59.74% from 385); Max value from RGB is 230 - color contains mainly: blue. Hex color #702BE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702BE6 is #8FD419. Grayscale: #545454. Windows color (decimal): -9425946 or 15084400. OLE color: 15084400.

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

Color convert

RGB 112 43 230 -
CMYK 0.51 0.81 0 0.10
HSL 262.14º 0.79% 0.54% -
HSV(B) 262.14º 0.81% 0.9% -
XYZ 21.83 10.89 75.81 -
YUV 84.95 209.86 147.29 -
System Red Green Blue C M Y K H S L
Decimal 112 43 230 0.51 0.81 0 0.10 262.14 0.79 0.54
Hex 70 2B E6 33 51 0 A 106 4F 36
Octal 160 53 346 63 121 0 12 406 117 66
Binary 1110000 101011 11100110 110011 1010001 0 1010 100000110 1001111 110110

Color Harmonies of #702BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702BE6

Black with #702BE6

Text Example


Text Example

White with #702BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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