Html Css Color HEX #702BE1 Blue Violet

📋 copy color: '#702BE1'

red 112 ◦ green 43 ◦ blue 225

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

Shades of Blue Violet #702BE1

Tints of Blue Violet #702BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 59.21%

R = 29.47%
G = 11.32%
B = 59.21%

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

#702BE1 (or 0x702BE1) is known color: Blue Violet. HEX triplet: 70, 2B and E1. RGB value is (112,43,225). Sum of RGB (Red+Green+Blue) = 112+43+225=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 225 (88.28% from 255 or 59.21% from 380); Max value from RGB is 225 - color contains mainly: blue. Hex color #702BE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702BE1 is #8FD41E. Grayscale: #535353. Windows color (decimal): -9425951 or 14756720. OLE color: 14756720.

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

Color convert

RGB 112 43 225 -
CMYK 0.50 0.81 0 0.12
HSL 262.75º 0.75% 0.53% -
HSV(B) 262.75º 0.81% 0.88% -
XYZ 21.14 10.61 72.17 -
YUV 84.38 207.36 147.7 -
System Red Green Blue C M Y K H S L
Decimal 112 43 225 0.50 0.81 0 0.12 262.75 0.75 0.53
Hex 70 2B E1 32 51 0 C 107 4B 35
Octal 160 53 341 62 121 0 14 407 113 65
Binary 1110000 101011 11100001 110010 1010001 0 1100 100000111 1001011 110101

Color Harmonies of #702BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702BE1

Black with #702BE1

Text Example


Text Example

White with #702BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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