Html Css Color HEX #7D1DCB Blue Violet

📋 copy color: '#7D1DCB'

red 125 ◦ green 29 ◦ blue 203

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

Shades of Blue Violet #7D1DCB

Tints of Blue Violet #7D1DCB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.12%

 BLUE value IS 203 (79.69% from 255) = 56.86%

R = 35.01%
G = 8.12%
B = 56.86%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D1DCB (or 0x7D1DCB) is known color: Blue Violet. HEX triplet: 7D, 1D and CB. RGB value is (125,29,203). Sum of RGB (Red+Green+Blue) = 125+29+203=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 29 (11.72% from 255 or 8.12% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D1DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1DCB is #82E234. Grayscale: #4C4C4C. Windows color (decimal): -8577589 or 13311357. OLE color: 13311357.

HSL color Cylindrical-coordinate representation of color #7D1DCB: hue angle of 273.1º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1DCB is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 29 203 -
CMYK 0.38 0.86 0 0.20
HSL 273.1º 0.75% 0.45% -
HSV(B) 273.1º 0.86% 0.8% -
XYZ 19.68 9.55 57.31 -
YUV 77.54 198.8 161.85 -
System Red Green Blue C M Y K H S L
Decimal 125 29 203 0.38 0.86 0 0.20 273.1 0.75 0.45
Hex 7D 1D CB 26 56 0 14 111 4B 2D
Octal 175 35 313 46 126 0 24 421 113 55
Binary 1111101 11101 11001011 100110 1010110 0 10100 100010001 1001011 101101

Color Harmonies of #7D1DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1DCB

Black with #7D1DCB

Text Example


Text Example

White with #7D1DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,29,203); }

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

background-color css

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

 a { background-color: rgb(125,29,203); }

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

border-color css

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

 span { border-color: rgb(125,29,203); }

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