Html Css Color HEX #702EED Blue Violet

📋 copy color: '#702EED'

red 112 ◦ green 46 ◦ blue 237

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

Shades of Blue Violet #702EED

Tints of Blue Violet #702EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 60%

R = 28.35%
G = 11.65%
B = 60%

CMYK

 C value IS 0.53

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#702EED (or 0x702EED) is known color: Blue Violet. HEX triplet: 70, 2E and ED. RGB value is (112,46,237). Sum of RGB (Red+Green+Blue) = 112+46+237=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 46 (18.36% from 255 or 11.65% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #702EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702EED is #8FD112. Grayscale: #565656. Windows color (decimal): -9425171 or 15543920. OLE color: 15543920.

HSL color Cylindrical-coordinate representation of color #702EED: hue angle of 260.73º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #702EED is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 46 237 -
CMYK 0.53 0.81 0 0.07
HSL 260.73º 0.84% 0.55% -
HSV(B) 260.73º 0.81% 0.93% -
XYZ 22.95 11.51 81.13 -
YUV 87.51 212.37 145.47 -
System Red Green Blue C M Y K H S L
Decimal 112 46 237 0.53 0.81 0 0.07 260.73 0.84 0.55
Hex 70 2E ED 35 51 0 7 105 54 37
Octal 160 56 355 65 121 0 7 405 124 67
Binary 1110000 101110 11101101 110101 1010001 0 111 100000101 1010100 110111

Color Harmonies of #702EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702EED

Black with #702EED

Text Example


Text Example

White with #702EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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