Html Css Color HEX #702BE9 Blue Violet

📋 copy color: '#702BE9'

red 112 ◦ green 43 ◦ blue 233

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

Shades of Blue Violet #702BE9

Tints of Blue Violet #702BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 60.05%

R = 28.87%
G = 11.08%
B = 60.05%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#702BE9 (or 0x702BE9) is known color: Blue Violet. HEX triplet: 70, 2B and E9. RGB value is (112,43,233). Sum of RGB (Red+Green+Blue) = 112+43+233=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 233 (91.41% from 255 or 60.05% from 388); Max value from RGB is 233 - color contains mainly: blue. Hex color #702BE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702BE9 is #8FD416. Grayscale: #545454. Windows color (decimal): -9425943 or 15281008. OLE color: 15281008.

HSL color Cylindrical-coordinate representation of color #702BE9: hue angle of 261.79º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #702BE9 is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 43 233 -
CMYK 0.52 0.82 0 0.09
HSL 261.79º 0.81% 0.54% -
HSV(B) 261.79º 0.82% 0.91% -
XYZ 22.25 11.06 78.05 -
YUV 85.29 211.36 147.05 -
System Red Green Blue C M Y K H S L
Decimal 112 43 233 0.52 0.82 0 0.09 261.79 0.81 0.54
Hex 70 2B E9 34 52 0 9 106 51 36
Octal 160 53 351 64 122 0 11 406 121 66
Binary 1110000 101011 11101001 110100 1010010 0 1001 100000110 1010001 110110

Color Harmonies of #702BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702BE9

Black with #702BE9

Text Example


Text Example

White with #702BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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