Html Css Color HEX #7F1ED6 Blue Violet

📋 copy color: '#7F1ED6'

red 127 ◦ green 30 ◦ blue 214

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

Shades of Blue Violet #7F1ED6

Tints of Blue Violet #7F1ED6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.09%

 BLUE value IS 214 (83.98% from 255) = 57.68%

R = 34.23%
G = 8.09%
B = 57.68%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7F1ED6 (or 0x7F1ED6) is known color: Blue Violet. HEX triplet: 7F, 1E and D6. RGB value is (127,30,214). Sum of RGB (Red+Green+Blue) = 127+30+214=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 214 (83.98% from 255 or 57.68% from 371); Max value from RGB is 214 - color contains mainly: blue. Hex color #7F1ED6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F1ED6 is #80E129. Grayscale: #4F4F4F. Windows color (decimal): -8446250 or 14032511. OLE color: 14032511.

HSL color Cylindrical-coordinate representation of color #7F1ED6: hue angle of 271.63º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F1ED6 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 30 214 -
CMYK 0.41 0.86 0 0.16
HSL 271.63º 0.75% 0.48% -
HSV(B) 271.63º 0.86% 0.84% -
XYZ 21.35 10.3 64.48 -
YUV 79.98 203.64 161.54 -
System Red Green Blue C M Y K H S L
Decimal 127 30 214 0.41 0.86 0 0.16 271.63 0.75 0.48
Hex 7F 1E D6 29 56 0 10 110 4B 30
Octal 177 36 326 51 126 0 20 420 113 60
Binary 1111111 11110 11010110 101001 1010110 0 10000 100010000 1001011 110000

Color Harmonies of #7F1ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1ED6

Black with #7F1ED6

Text Example


Text Example

White with #7F1ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,30,214); }

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

background-color css

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

 a { background-color: rgb(127,30,214); }

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

border-color css

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

 span { border-color: rgb(127,30,214); }

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