Html Css Color HEX #7D18DB Blue Violet

📋 copy color: '#7D18DB'

red 125 ◦ green 24 ◦ blue 219

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

Shades of Blue Violet #7D18DB

Tints of Blue Violet #7D18DB

RGB

 RED value IS 125 (49.22% from 255) = 33.97%

 GREEN value IS 24 (9.77% from 255) = 6.52%

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

R = 33.97%
G = 6.52%
B = 59.51%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D18DB (or 0x7D18DB) is known color: Blue Violet. HEX triplet: 7D, 18 and DB. RGB value is (125,24,219). Sum of RGB (Red+Green+Blue) = 125+24+219=368 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.97% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D18DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D18DB is #82E724. Grayscale: #4B4B4B. Windows color (decimal): -8578853 or 14358653. OLE color: 14358653.

HSL color Cylindrical-coordinate representation of color #7D18DB: hue angle of 271.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D18DB is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 24 219 -
CMYK 0.43 0.89 0 0.14
HSL 271.08º 0.8% 0.48% -
HSV(B) 271.08º 0.89% 0.86% -
XYZ 21.57 10.13 67.84 -
YUV 76.43 208.46 162.64 -
System Red Green Blue C M Y K H S L
Decimal 125 24 219 0.43 0.89 0 0.14 271.08 0.8 0.48
Hex 7D 18 DB 2B 59 0 E 10F 50 30
Octal 175 30 333 53 131 0 16 417 120 60
Binary 1111101 11000 11011011 101011 1011001 0 1110 100001111 1010000 110000

Color Harmonies of #7D18DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D18DB

Black with #7D18DB

Text Example


Text Example

White with #7D18DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,24,219); }

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

background-color css

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

 a { background-color: rgb(125,24,219); }

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

border-color css

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

 span { border-color: rgb(125,24,219); }

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