Html Css Color HEX #7D3CDB Blue Violet

📋 copy color: '#7D3CDB'

red 125 ◦ green 60 ◦ blue 219

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

Shades of Blue Violet #7D3CDB

Tints of Blue Violet #7D3CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.85%

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

R = 30.94%
G = 14.85%
B = 54.21%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D3CDB (or 0x7D3CDB) is known color: Blue Violet. HEX triplet: 7D, 3C and DB. RGB value is (125,60,219). Sum of RGB (Red+Green+Blue) = 125+60+219=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D3CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3CDB is #82C324. Grayscale: #606060. Windows color (decimal): -8569637 or 14367869. OLE color: 14367869.

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

Color convert

RGB 125 60 219 -
CMYK 0.43 0.73 0 0.14
HSL 264.53º 0.69% 0.55% -
HSV(B) 264.53º 0.73% 0.86% -
XYZ 22.86 12.71 68.27 -
YUV 97.56 196.53 147.57 -
System Red Green Blue C M Y K H S L
Decimal 125 60 219 0.43 0.73 0 0.14 264.53 0.69 0.55
Hex 7D 3C DB 2B 49 0 E 109 45 37
Octal 175 74 333 53 111 0 16 411 105 67
Binary 1111101 111100 11011011 101011 1001001 0 1110 100001001 1000101 110111

Color Harmonies of #7D3CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3CDB

Black with #7D3CDB

Text Example


Text Example

White with #7D3CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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