Html Css Color HEX #7F2AD6 Blue Violet

📋 copy color: '#7F2AD6'

red 127 ◦ green 42 ◦ blue 214

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

Shades of Blue Violet #7F2AD6

Tints of Blue Violet #7F2AD6

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.97%

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

R = 33.16%
G = 10.97%
B = 55.87%

CMYK

 C value IS 0.41

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7F2AD6 (or 0x7F2AD6) is known color: Blue Violet. HEX triplet: 7F, 2A and D6. RGB value is (127,42,214). Sum of RGB (Red+Green+Blue) = 127+42+214=383 (50% of max value = 765). Red value is 127 (50% from 255 or 33.16% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 214 (83.98% from 255 or 55.87% from 383); Max value from RGB is 214 - color contains mainly: blue. Hex color #7F2AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2AD6 is #80D529. Grayscale: #565656. Windows color (decimal): -8443178 or 14035583. OLE color: 14035583.

HSL color Cylindrical-coordinate representation of color #7F2AD6: hue angle of 269.65º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F2AD6 is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 42 214 -
CMYK 0.41 0.80 0 0.16
HSL 269.65º 0.68% 0.5% -
HSV(B) 269.65º 0.8% 0.84% -
XYZ 21.72 11.02 64.6 -
YUV 87.02 199.66 156.51 -
System Red Green Blue C M Y K H S L
Decimal 127 42 214 0.41 0.80 0 0.16 269.65 0.68 0.5
Hex 7F 2A D6 29 50 0 10 10E 44 32
Octal 177 52 326 51 120 0 20 416 104 62
Binary 1111111 101010 11010110 101001 1010000 0 10000 100001110 1000100 110010

Color Harmonies of #7F2AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2AD6

Black with #7F2AD6

Text Example


Text Example

White with #7F2AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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