Html Css Color HEX #702BDE Blue Violet

📋 copy color: '#702BDE'

red 112 ◦ green 43 ◦ blue 222

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

Shades of Blue Violet #702BDE

Tints of Blue Violet #702BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.89%

R = 29.71%
G = 11.41%
B = 58.89%

CMYK

 C value IS 0.50

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#702BDE (or 0x702BDE) is known color: Blue Violet. HEX triplet: 70, 2B and DE. RGB value is (112,43,222). Sum of RGB (Red+Green+Blue) = 112+43+222=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 43 (17.19% from 255 or 11.41% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #702BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702BDE is #8FD421. Grayscale: #535353. Windows color (decimal): -9425954 or 14560112. OLE color: 14560112.

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

Color convert

RGB 112 43 222 -
CMYK 0.50 0.81 0 0.13
HSL 263.13º 0.73% 0.52% -
HSV(B) 263.13º 0.81% 0.87% -
XYZ 20.73 10.45 70.03 -
YUV 84.04 205.86 147.95 -
System Red Green Blue C M Y K H S L
Decimal 112 43 222 0.50 0.81 0 0.13 263.13 0.73 0.52
Hex 70 2B DE 32 51 0 D 107 49 34
Octal 160 53 336 62 121 0 15 407 111 64
Binary 1110000 101011 11011110 110010 1010001 0 1101 100000111 1001001 110100

Color Harmonies of #702BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702BDE

Black with #702BDE

Text Example


Text Example

White with #702BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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