Html Css Color HEX #7F19EC Blue Violet

📋 copy color: '#7F19EC'

red 127 ◦ green 25 ◦ blue 236

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

Shades of Blue Violet #7F19EC

Tints of Blue Violet #7F19EC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.44%

 BLUE value IS 236 (92.58% from 255) = 60.82%

R = 32.73%
G = 6.44%
B = 60.82%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7F19EC (or 0x7F19EC) is known color: Blue Violet. HEX triplet: 7F, 19 and EC. RGB value is (127,25,236). Sum of RGB (Red+Green+Blue) = 127+25+236=388 (51% of max value = 765). Red value is 127 (50% from 255 or 32.73% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 236 (92.58% from 255 or 60.82% from 388); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F19EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F19EC is #80E613. Grayscale: #4E4E4E. Windows color (decimal): -8447508 or 15473023. OLE color: 15473023.

HSL color Cylindrical-coordinate representation of color #7F19EC: hue angle of 269º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F19EC is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 25 236 -
CMYK 0.46 0.89 0 0.07
HSL 269º 0.85% 0.51% -
HSV(B) 269º 0.89% 0.93% -
XYZ 24.24 11.26 80.25 -
YUV 79.55 216.29 161.84 -
System Red Green Blue C M Y K H S L
Decimal 127 25 236 0.46 0.89 0 0.07 269 0.85 0.51
Hex 7F 19 EC 2E 59 0 7 10D 55 33
Octal 177 31 354 56 131 0 7 415 125 63
Binary 1111111 11001 11101100 101110 1011001 0 111 100001101 1010101 110011

Color Harmonies of #7F19EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F19EC

Black with #7F19EC

Text Example


Text Example

White with #7F19EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,25,236); }

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

background-color css

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

 a { background-color: rgb(127,25,236); }

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

border-color css

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

 span { border-color: rgb(127,25,236); }

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