Html Css Color HEX #7D19CB Blue Violet

📋 copy color: '#7D19CB'

red 125 ◦ green 25 ◦ blue 203

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

Shades of Blue Violet #7D19CB

Tints of Blue Violet #7D19CB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.08%

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

R = 35.41%
G = 7.08%
B = 57.51%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D19CB (or 0x7D19CB) is known color: Blue Violet. HEX triplet: 7D, 19 and CB. RGB value is (125,25,203). Sum of RGB (Red+Green+Blue) = 125+25+203=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D19CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D19CB is #82E634. Grayscale: #4A4A4A. Windows color (decimal): -8578613 or 13310333. OLE color: 13310333.

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

Color convert

RGB 125 25 203 -
CMYK 0.38 0.88 0 0.20
HSL 273.71º 0.78% 0.45% -
HSV(B) 273.71º 0.88% 0.8% -
XYZ 19.58 9.37 57.28 -
YUV 75.19 200.13 163.53 -
System Red Green Blue C M Y K H S L
Decimal 125 25 203 0.38 0.88 0 0.20 273.71 0.78 0.45
Hex 7D 19 CB 26 58 0 14 112 4E 2D
Octal 175 31 313 46 130 0 24 422 116 55
Binary 1111101 11001 11001011 100110 1011000 0 10100 100010010 1001110 101101

Color Harmonies of #7D19CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D19CB

Black with #7D19CB

Text Example


Text Example

White with #7D19CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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