Html Css Color HEX #702EDE Blue Violet

📋 copy color: '#702EDE'

red 112 ◦ green 46 ◦ blue 222

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

Shades of Blue Violet #702EDE

Tints of Blue Violet #702EDE

RGB

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

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

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

R = 29.47%
G = 12.11%
B = 58.42%

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

#702EDE (or 0x702EDE) is known color: Blue Violet. HEX triplet: 70, 2E and DE. RGB value is (112,46,222). Sum of RGB (Red+Green+Blue) = 112+46+222=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 46 (18.36% from 255 or 12.11% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #702EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702EDE is #8FD121. Grayscale: #555555. Windows color (decimal): -9425186 or 14560880. OLE color: 14560880.

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

Color convert

RGB 112 46 222 -
CMYK 0.50 0.79 0 0.13
HSL 262.5º 0.73% 0.53% -
HSV(B) 262.5º 0.79% 0.87% -
XYZ 20.84 10.67 70.07 -
YUV 85.8 204.87 146.69 -
System Red Green Blue C M Y K H S L
Decimal 112 46 222 0.50 0.79 0 0.13 262.5 0.73 0.53
Hex 70 2E DE 32 4F 0 D 106 49 35
Octal 160 56 336 62 117 0 15 406 111 65
Binary 1110000 101110 11011110 110010 1001111 0 1101 100000110 1001001 110101

Color Harmonies of #702EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702EDE

Black with #702EDE

Text Example


Text Example

White with #702EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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