Html Css Color HEX #7C15DB Blue Violet

📋 copy color: '#7C15DB'

red 124 ◦ green 21 ◦ blue 219

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

Shades of Blue Violet #7C15DB

Tints of Blue Violet #7C15DB

RGB

 RED value IS 124 (48.83% from 255) = 34.07%

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

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

R = 34.07%
G = 5.77%
B = 60.16%

CMYK

 C value IS 0.43

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C15DB (or 0x7C15DB) is known color: Blue Violet. HEX triplet: 7C, 15 and DB. RGB value is (124,21,219). Sum of RGB (Red+Green+Blue) = 124+21+219=364 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.07% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C15DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C15DB is #83EA24. Grayscale: #494949. Windows color (decimal): -8645157 or 14357884. OLE color: 14357884.

HSL color Cylindrical-coordinate representation of color #7C15DB: hue angle of 271.21º 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 #7C15DB is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 21 219 -
CMYK 0.43 0.90 0 0.14
HSL 271.21º 0.83% 0.47% -
HSV(B) 271.21º 0.9% 0.86% -
XYZ 21.37 9.94 67.81 -
YUV 74.37 209.62 163.4 -
System Red Green Blue C M Y K H S L
Decimal 124 21 219 0.43 0.90 0 0.14 271.21 0.83 0.47
Hex 7C 15 DB 2B 5A 0 E 10F 52 2F
Octal 174 25 333 53 132 0 16 417 122 57
Binary 1111100 10101 11011011 101011 1011010 0 1110 100001111 1010010 101111

Color Harmonies of #7C15DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C15DB

Black with #7C15DB

Text Example


Text Example

White with #7C15DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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