Html Css Color HEX #702EDF Blue Violet

📋 copy color: '#702EDF'

red 112 ◦ green 46 ◦ blue 223

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

Shades of Blue Violet #702EDF

Tints of Blue Violet #702EDF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.07%

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

R = 29.4%
G = 12.07%
B = 58.53%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#702EDF (or 0x702EDF) is known color: Blue Violet. HEX triplet: 70, 2E and DF. RGB value is (112,46,223). Sum of RGB (Red+Green+Blue) = 112+46+223=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #702EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702EDF is #8FD120. Grayscale: #555555. Windows color (decimal): -9425185 or 14626416. OLE color: 14626416.

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

Color convert

RGB 112 46 223 -
CMYK 0.50 0.79 0 0.13
HSL 262.37º 0.73% 0.53% -
HSV(B) 262.37º 0.79% 0.87% -
XYZ 20.98 10.73 70.78 -
YUV 85.91 205.37 146.61 -
System Red Green Blue C M Y K H S L
Decimal 112 46 223 0.50 0.79 0 0.13 262.37 0.73 0.53
Hex 70 2E DF 32 4F 0 D 106 49 35
Octal 160 56 337 62 117 0 15 406 111 65
Binary 1110000 101110 11011111 110010 1001111 0 1101 100000110 1001001 110101

Color Harmonies of #702EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702EDF

Black with #702EDF

Text Example


Text Example

White with #702EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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