Html Css Color HEX #7F2ECC Blue Violet

📋 copy color: '#7F2ECC'

red 127 ◦ green 46 ◦ blue 204

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

Shades of Blue Violet #7F2ECC

Tints of Blue Violet #7F2ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.11%

R = 33.69%
G = 12.2%
B = 54.11%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7F2ECC (or 0x7F2ECC) is known color: Blue Violet. HEX triplet: 7F, 2E and CC. RGB value is (127,46,204). Sum of RGB (Red+Green+Blue) = 127+46+204=377 (49% of max value = 765). Red value is 127 (50% from 255 or 33.69% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F2ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2ECC is #80D133. Grayscale: #575757. Windows color (decimal): -8442164 or 13381247. OLE color: 13381247.

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

Color convert

RGB 127 46 204 -
CMYK 0.38 0.77 0 0.2
HSL 270.76º 0.63% 0.49% -
HSV(B) 270.76º 0.77% 0.8% -
XYZ 20.63 10.83 58.13 -
YUV 88.23 193.34 155.65 -
System Red Green Blue C M Y K H S L
Decimal 127 46 204 0.38 0.77 0 0.2 270.76 0.63 0.49
Hex 7F 2E CC 26 4D 0 14 10F 3F 31
Octal 177 56 314 46 115 0 24 417 77 61
Binary 1111111 101110 11001100 100110 1001101 0 10100 100001111 111111 110001

Color Harmonies of #7F2ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2ECC

Black with #7F2ECC

Text Example


Text Example

White with #7F2ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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