Html Css Color HEX #7D20CF Blue Violet

📋 copy color: '#7D20CF'

red 125 ◦ green 32 ◦ blue 207

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

Shades of Blue Violet #7D20CF

Tints of Blue Violet #7D20CF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.79%

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

R = 34.34%
G = 8.79%
B = 56.87%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D20CF (or 0x7D20CF) is known color: Blue Violet. HEX triplet: 7D, 20 and CF. RGB value is (125,32,207). Sum of RGB (Red+Green+Blue) = 125+32+207=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D20CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D20CF is #82DF30. Grayscale: #4F4F4F. Windows color (decimal): -8576817 or 13574269. OLE color: 13574269.

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

Color convert

RGB 125 32 207 -
CMYK 0.40 0.85 0 0.19
HSL 271.89º 0.73% 0.47% -
HSV(B) 271.89º 0.85% 0.81% -
XYZ 20.24 9.9 59.88 -
YUV 79.76 199.81 160.27 -
System Red Green Blue C M Y K H S L
Decimal 125 32 207 0.40 0.85 0 0.19 271.89 0.73 0.47
Hex 7D 20 CF 28 55 0 13 110 49 2F
Octal 175 40 317 50 125 0 23 420 111 57
Binary 1111101 100000 11001111 101000 1010101 0 10011 100010000 1001001 101111

Color Harmonies of #7D20CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D20CF

Black with #7D20CF

Text Example


Text Example

White with #7D20CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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