Html Css Color HEX #7F15EE Blue Violet

📋 copy color: '#7F15EE'

red 127 ◦ green 21 ◦ blue 238

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

Shades of Blue Violet #7F15EE

Tints of Blue Violet #7F15EE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.44%

 BLUE value IS 238 (93.36% from 255) = 61.66%

R = 32.9%
G = 5.44%
B = 61.66%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7F15EE (or 0x7F15EE) is known color: Blue Violet. HEX triplet: 7F, 15 and EE. RGB value is (127,21,238). Sum of RGB (Red+Green+Blue) = 127+21+238=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 238 (93.36% from 255 or 61.66% from 386); Max value from RGB is 238 - color contains mainly: blue. Hex color #7F15EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F15EE is #80EA11. Grayscale: #4C4C4C. Windows color (decimal): -8448530 or 15603071. OLE color: 15603071.

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

Color convert

RGB 127 21 238 -
CMYK 0.47 0.91 0 0.07
HSL 269.31º 0.86% 0.51% -
HSV(B) 269.31º 0.91% 0.93% -
XYZ 24.45 11.22 81.77 -
YUV 77.43 218.62 163.36 -
System Red Green Blue C M Y K H S L
Decimal 127 21 238 0.47 0.91 0 0.07 269.31 0.86 0.51
Hex 7F 15 EE 2F 5B 0 7 10D 56 33
Octal 177 25 356 57 133 0 7 415 126 63
Binary 1111111 10101 11101110 101111 1011011 0 111 100001101 1010110 110011

Color Harmonies of #7F15EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F15EE

Black with #7F15EE

Text Example


Text Example

White with #7F15EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,21,238); }

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

background-color css

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

 a { background-color: rgb(127,21,238); }

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

border-color css

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

 span { border-color: rgb(127,21,238); }

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