Html Css Color HEX #702ADF Blue Violet

📋 copy color: '#702ADF'

red 112 ◦ green 42 ◦ blue 223

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

Shades of Blue Violet #702ADF

Tints of Blue Violet #702ADF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.14%

 BLUE value IS 223 (87.5% from 255) = 59.15%

R = 29.71%
G = 11.14%
B = 59.15%

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

#702ADF (or 0x702ADF) is known color: Blue Violet. HEX triplet: 70, 2A and DF. RGB value is (112,42,223). Sum of RGB (Red+Green+Blue) = 112+42+223=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #702ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702ADF is #8FD520. Grayscale: #525252. Windows color (decimal): -9426209 or 14625392. OLE color: 14625392.

HSL color Cylindrical-coordinate representation of color #702ADF: hue angle of 263.2º degrees, saturation: 0.74, 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 #702ADF is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 42 223 -
CMYK 0.50 0.81 0 0.13
HSL 263.2º 0.74% 0.52% -
HSV(B) 263.2º 0.81% 0.87% -
XYZ 20.83 10.43 70.73 -
YUV 83.56 206.69 148.28 -
System Red Green Blue C M Y K H S L
Decimal 112 42 223 0.50 0.81 0 0.13 263.2 0.74 0.52
Hex 70 2A DF 32 51 0 D 107 4A 34
Octal 160 52 337 62 121 0 15 407 112 64
Binary 1110000 101010 11011111 110010 1010001 0 1101 100000111 1001010 110100

Color Harmonies of #702ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702ADF

Black with #702ADF

Text Example


Text Example

White with #702ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,42,223); }

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

background-color css

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

 a { background-color: rgb(112,42,223); }

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

border-color css

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

 span { border-color: rgb(112,42,223); }

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