Html Css Color HEX #7D16CF Blue Violet

📋 copy color: '#7D16CF'

red 125 ◦ green 22 ◦ blue 207

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

Shades of Blue Violet #7D16CF

Tints of Blue Violet #7D16CF

RGB

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

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

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

R = 35.31%
G = 6.21%
B = 58.47%

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

#7D16CF (or 0x7D16CF) is known color: Blue Violet. HEX triplet: 7D, 16 and CF. RGB value is (125,22,207). Sum of RGB (Red+Green+Blue) = 125+22+207=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D16CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D16CF is #82E930. Grayscale: #494949. Windows color (decimal): -8579377 or 13571709. OLE color: 13571709.

HSL color Cylindrical-coordinate representation of color #7D16CF: hue angle of 273.41º degrees, saturation: 0.81, 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 #7D16CF is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 22 207 -
CMYK 0.40 0.89 0 0.19
HSL 273.41º 0.81% 0.45% -
HSV(B) 273.41º 0.89% 0.81% -
XYZ 20.01 9.44 59.8 -
YUV 73.89 203.12 164.46 -
System Red Green Blue C M Y K H S L
Decimal 125 22 207 0.40 0.89 0 0.19 273.41 0.81 0.45
Hex 7D 16 CF 28 59 0 13 111 51 2D
Octal 175 26 317 50 131 0 23 421 121 55
Binary 1111101 10110 11001111 101000 1011001 0 10011 100010001 1010001 101101

Color Harmonies of #7D16CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D16CF

Black with #7D16CF

Text Example


Text Example

White with #7D16CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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