Html Css Color HEX #7D17CB Blue Violet

📋 copy color: '#7D17CB'

red 125 ◦ green 23 ◦ blue 203

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

Shades of Blue Violet #7D17CB

Tints of Blue Violet #7D17CB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.55%

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

R = 35.61%
G = 6.55%
B = 57.83%

CMYK

 C value IS 0.38

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D17CB (or 0x7D17CB) is known color: Blue Violet. HEX triplet: 7D, 17 and CB. RGB value is (125,23,203). Sum of RGB (Red+Green+Blue) = 125+23+203=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D17CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D17CB is #82E834. Grayscale: #494949. Windows color (decimal): -8579125 or 13309821. OLE color: 13309821.

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

Color convert

RGB 125 23 203 -
CMYK 0.38 0.89 0 0.20
HSL 274º 0.8% 0.44% -
HSV(B) 274º 0.89% 0.8% -
XYZ 19.54 9.28 57.26 -
YUV 74.02 200.79 164.36 -
System Red Green Blue C M Y K H S L
Decimal 125 23 203 0.38 0.89 0 0.20 274 0.8 0.44
Hex 7D 17 CB 26 59 0 14 112 50 2C
Octal 175 27 313 46 131 0 24 422 120 54
Binary 1111101 10111 11001011 100110 1011001 0 10100 100010010 1010000 101100

Color Harmonies of #7D17CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D17CB

Black with #7D17CB

Text Example


Text Example

White with #7D17CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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