Html Css Color HEX #7D20CE Blue Violet

📋 copy color: '#7D20CE'

red 125 ◦ green 32 ◦ blue 206

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

Shades of Blue Violet #7D20CE

Tints of Blue Violet #7D20CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.75%

R = 34.44%
G = 8.82%
B = 56.75%

CMYK

 C value IS 0.39

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D20CE (or 0x7D20CE) is known color: Blue Violet. HEX triplet: 7D, 20 and CE. RGB value is (125,32,206). Sum of RGB (Red+Green+Blue) = 125+32+206=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D20CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D20CE is #82DF31. Grayscale: #4F4F4F. Windows color (decimal): -8576818 or 13508733. OLE color: 13508733.

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

Color convert

RGB 125 32 206 -
CMYK 0.39 0.84 0 0.19
HSL 272.07º 0.73% 0.47% -
HSV(B) 272.07º 0.84% 0.81% -
XYZ 20.11 9.85 59.23 -
YUV 79.64 199.31 160.35 -
System Red Green Blue C M Y K H S L
Decimal 125 32 206 0.39 0.84 0 0.19 272.07 0.73 0.47
Hex 7D 20 CE 27 54 0 13 110 49 2F
Octal 175 40 316 47 124 0 23 420 111 57
Binary 1111101 100000 11001110 100111 1010100 0 10011 100010000 1001001 101111

Color Harmonies of #7D20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D20CE

Black with #7D20CE

Text Example


Text Example

White with #7D20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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