Html Css Color HEX #7D17CF Blue Violet

📋 copy color: '#7D17CF'

red 125 ◦ green 23 ◦ blue 207

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

Shades of Blue Violet #7D17CF

Tints of Blue Violet #7D17CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.31%

R = 35.21%
G = 6.48%
B = 58.31%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D17CF (or 0x7D17CF) is known color: Blue Violet. HEX triplet: 7D, 17 and CF. RGB value is (125,23,207). Sum of RGB (Red+Green+Blue) = 125+23+207=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D17CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D17CF is #82E830. Grayscale: #494949. Windows color (decimal): -8579121 or 13571965. OLE color: 13571965.

HSL color Cylindrical-coordinate representation of color #7D17CF: hue angle of 273.26º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D17CF is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 23 207 -
CMYK 0.40 0.89 0 0.19
HSL 273.26º 0.8% 0.45% -
HSV(B) 273.26º 0.89% 0.81% -
XYZ 20.03 9.48 59.81 -
YUV 74.47 202.79 164.04 -
System Red Green Blue C M Y K H S L
Decimal 125 23 207 0.40 0.89 0 0.19 273.26 0.8 0.45
Hex 7D 17 CF 28 59 0 13 111 50 2D
Octal 175 27 317 50 131 0 23 421 120 55
Binary 1111101 10111 11001111 101000 1011001 0 10011 100010001 1010000 101101

Color Harmonies of #7D17CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D17CF

Black with #7D17CF

Text Example


Text Example

White with #7D17CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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