Html Css Color HEX #7F15DF Blue Violet

📋 copy color: '#7F15DF'

red 127 ◦ green 21 ◦ blue 223

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

Shades of Blue Violet #7F15DF

Tints of Blue Violet #7F15DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.11%

R = 34.23%
G = 5.66%
B = 60.11%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7F15DF (or 0x7F15DF) is known color: Blue Violet. HEX triplet: 7F, 15 and DF. RGB value is (127,21,223). Sum of RGB (Red+Green+Blue) = 127+21+223=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F15DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F15DF is #80EA20. Grayscale: #4B4B4B. Windows color (decimal): -8448545 or 14620031. OLE color: 14620031.

HSL color Cylindrical-coordinate representation of color #7F15DF: hue angle of 271.49º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F15DF is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 21 223 -
CMYK 0.43 0.91 0 0.13
HSL 271.49º 0.83% 0.48% -
HSV(B) 271.49º 0.91% 0.87% -
XYZ 22.34 10.38 70.64 -
YUV 75.72 211.12 164.57 -
System Red Green Blue C M Y K H S L
Decimal 127 21 223 0.43 0.91 0 0.13 271.49 0.83 0.48
Hex 7F 15 DF 2B 5B 0 D 10F 53 30
Octal 177 25 337 53 133 0 15 417 123 60
Binary 1111111 10101 11011111 101011 1011011 0 1101 100001111 1010011 110000

Color Harmonies of #7F15DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F15DF

Black with #7F15DF

Text Example


Text Example

White with #7F15DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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