Html Css Color HEX #7F2ED5 Blue Violet

📋 copy color: '#7F2ED5'

red 127 ◦ green 46 ◦ blue 213

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

Shades of Blue Violet #7F2ED5

Tints of Blue Violet #7F2ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 55.18%

R = 32.9%
G = 11.92%
B = 55.18%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7F2ED5 (or 0x7F2ED5) is known color: Blue Violet. HEX triplet: 7F, 2E and D5. RGB value is (127,46,213). Sum of RGB (Red+Green+Blue) = 127+46+213=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 213 (83.59% from 255 or 55.18% from 386); Max value from RGB is 213 - color contains mainly: blue. Hex color #7F2ED5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2ED5 is #80D12A. Grayscale: #585858. Windows color (decimal): -8442155 or 13971071. OLE color: 13971071.

HSL color Cylindrical-coordinate representation of color #7F2ED5: hue angle of 269.1º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F2ED5 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 46 213 -
CMYK 0.40 0.78 0 0.16
HSL 269.1º 0.67% 0.51% -
HSV(B) 269.1º 0.78% 0.84% -
XYZ 21.74 11.27 63.98 -
YUV 89.26 197.84 154.92 -
System Red Green Blue C M Y K H S L
Decimal 127 46 213 0.40 0.78 0 0.16 269.1 0.67 0.51
Hex 7F 2E D5 28 4E 0 10 10D 43 33
Octal 177 56 325 50 116 0 20 415 103 63
Binary 1111111 101110 11010101 101000 1001110 0 10000 100001101 1000011 110011

Color Harmonies of #7F2ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2ED5

Black with #7F2ED5

Text Example


Text Example

White with #7F2ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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