Html Css Color HEX #7F2ECD Blue Violet

📋 copy color: '#7F2ECD'

red 127 ◦ green 46 ◦ blue 205

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

Shades of Blue Violet #7F2ECD

Tints of Blue Violet #7F2ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.23%

R = 33.6%
G = 12.17%
B = 54.23%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7F2ECD (or 0x7F2ECD) is known color: Blue Violet. HEX triplet: 7F, 2E and CD. RGB value is (127,46,205). Sum of RGB (Red+Green+Blue) = 127+46+205=378 (50% of max value = 765). Red value is 127 (50% from 255 or 33.60% from 378); Green value is 46 (18.36% from 255 or 12.17% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F2ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2ECD is #80D132. Grayscale: #575757. Windows color (decimal): -8442163 or 13446783. OLE color: 13446783.

HSL color Cylindrical-coordinate representation of color #7F2ECD: hue angle of 270.57º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F2ECD is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 46 205 -
CMYK 0.38 0.78 0 0.20
HSL 270.57º 0.63% 0.49% -
HSV(B) 270.57º 0.78% 0.8% -
XYZ 20.75 10.87 58.76 -
YUV 88.35 193.84 155.57 -
System Red Green Blue C M Y K H S L
Decimal 127 46 205 0.38 0.78 0 0.20 270.57 0.63 0.49
Hex 7F 2E CD 26 4E 0 14 10F 3F 31
Octal 177 56 315 46 116 0 24 417 77 61
Binary 1111111 101110 11001101 100110 1001110 0 10100 100001111 111111 110001

Color Harmonies of #7F2ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2ECD

Black with #7F2ECD

Text Example


Text Example

White with #7F2ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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