Html Css Color HEX #7F15DB Blue Violet

📋 copy color: '#7F15DB'

red 127 ◦ green 21 ◦ blue 219

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

Shades of Blue Violet #7F15DB

Tints of Blue Violet #7F15DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.67%

R = 34.6%
G = 5.72%
B = 59.67%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F15DB (or 0x7F15DB) is known color: Blue Violet. HEX triplet: 7F, 15 and DB. RGB value is (127,21,219). Sum of RGB (Red+Green+Blue) = 127+21+219=367 (48% of max value = 765). Red value is 127 (50% from 255 or 34.60% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F15DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F15DB is #80EA24. Grayscale: #4A4A4A. Windows color (decimal): -8448549 or 14357887. OLE color: 14357887.

HSL color Cylindrical-coordinate representation of color #7F15DB: hue angle of 272.12º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F15DB is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 21 219 -
CMYK 0.42 0.90 0 0.14
HSL 272.12º 0.83% 0.47% -
HSV(B) 272.12º 0.9% 0.86% -
XYZ 21.81 10.16 67.83 -
YUV 75.27 209.12 164.9 -
System Red Green Blue C M Y K H S L
Decimal 127 21 219 0.42 0.90 0 0.14 272.12 0.83 0.47
Hex 7F 15 DB 2A 5A 0 E 110 52 2F
Octal 177 25 333 52 132 0 16 420 122 57
Binary 1111111 10101 11011011 101010 1011010 0 1110 100010000 1010010 101111

Color Harmonies of #7F15DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F15DB

Black with #7F15DB

Text Example


Text Example

White with #7F15DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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