Html Css Color HEX #7D16CD Blue Violet

📋 copy color: '#7D16CD'

red 125 ◦ green 22 ◦ blue 205

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

Shades of Blue Violet #7D16CD

Tints of Blue Violet #7D16CD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.25%

 BLUE value IS 205 (80.47% from 255) = 58.24%

R = 35.51%
G = 6.25%
B = 58.24%

CMYK

 C value IS 0.39

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D16CD (or 0x7D16CD) is known color: Blue Violet. HEX triplet: 7D, 16 and CD. RGB value is (125,22,205). Sum of RGB (Red+Green+Blue) = 125+22+205=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D16CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D16CD is #82E932. Grayscale: #494949. Windows color (decimal): -8579379 or 13440637. OLE color: 13440637.

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

Color convert

RGB 125 22 205 -
CMYK 0.39 0.89 0 0.20
HSL 273.77º 0.81% 0.45% -
HSV(B) 273.77º 0.89% 0.8% -
XYZ 19.76 9.34 58.52 -
YUV 73.66 202.12 164.62 -
System Red Green Blue C M Y K H S L
Decimal 125 22 205 0.39 0.89 0 0.20 273.77 0.81 0.45
Hex 7D 16 CD 27 59 0 14 112 51 2D
Octal 175 26 315 47 131 0 24 422 121 55
Binary 1111101 10110 11001101 100111 1011001 0 10100 100010010 1010001 101101

Color Harmonies of #7D16CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D16CD

Black with #7D16CD

Text Example


Text Example

White with #7D16CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,22,205); }

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

background-color css

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

 a { background-color: rgb(125,22,205); }

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

border-color css

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

 span { border-color: rgb(125,22,205); }

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