Html Css Color HEX #7F2ED8 Blue Violet

📋 copy color: '#7F2ED8'

red 127 ◦ green 46 ◦ blue 216

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

Shades of Blue Violet #7F2ED8

Tints of Blue Violet #7F2ED8

RGB

 RED value IS 127 (50% from 255) = 32.65%

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

 BLUE value IS 216 (84.77% from 255) = 55.53%

R = 32.65%
G = 11.83%
B = 55.53%

CMYK

 C value IS 0.41

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7F2ED8 (or 0x7F2ED8) is known color: Blue Violet. HEX triplet: 7F, 2E and D8. RGB value is (127,46,216). Sum of RGB (Red+Green+Blue) = 127+46+216=389 (51% of max value = 765). Red value is 127 (50% from 255 or 32.65% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 216 (84.77% from 255 or 55.53% from 389); Max value from RGB is 216 - color contains mainly: blue. Hex color #7F2ED8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2ED8 is #80D127. Grayscale: #595959. Windows color (decimal): -8442152 or 14167679. OLE color: 14167679.

HSL color Cylindrical-coordinate representation of color #7F2ED8: hue angle of 268.59º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7F2ED8 is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 46 216 -
CMYK 0.41 0.79 0 0.15
HSL 268.59º 0.69% 0.51% -
HSV(B) 268.59º 0.79% 0.85% -
XYZ 22.12 11.42 66 -
YUV 89.6 199.34 154.68 -
System Red Green Blue C M Y K H S L
Decimal 127 46 216 0.41 0.79 0 0.15 268.59 0.69 0.51
Hex 7F 2E D8 29 4F 0 F 10D 45 33
Octal 177 56 330 51 117 0 17 415 105 63
Binary 1111111 101110 11011000 101001 1001111 0 1111 100001101 1000101 110011

Color Harmonies of #7F2ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2ED8

Black with #7F2ED8

Text Example


Text Example

White with #7F2ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F2ED8; }

 p { color: rgb(127,46,216); }

 H1.HeaderClassName
 {
   color: #7F2ED8;
 }
 .AnyTagClassName
 {
   color: #7F2ED8;
 }
</style>

background-color css

<style>
 a { background-color: #7F2ED8; }

 a { background-color: rgb(127,46,216); }

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

border-color css

<style>
 span { border-color: #7F2ED8; }

 span { border-color: rgb(127,46,216); }

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