Html Css Color HEX #7D21CE Blue Violet

📋 copy color: '#7D21CE'

red 125 ◦ green 33 ◦ blue 206

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

Shades of Blue Violet #7D21CE

Tints of Blue Violet #7D21CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.07%

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

R = 34.34%
G = 9.07%
B = 56.59%

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

#7D21CE (or 0x7D21CE) is known color: Blue Violet. HEX triplet: 7D, 21 and CE. RGB value is (125,33,206). Sum of RGB (Red+Green+Blue) = 125+33+206=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D21CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D21CE is #82DE31. Grayscale: #4F4F4F. Windows color (decimal): -8576562 or 13508989. OLE color: 13508989.

HSL color Cylindrical-coordinate representation of color #7D21CE: hue angle of 271.91º degrees, saturation: 0.72, 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 #7D21CE is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 33 206 -
CMYK 0.39 0.84 0 0.19
HSL 271.91º 0.72% 0.47% -
HSV(B) 271.91º 0.84% 0.81% -
XYZ 20.14 9.9 59.24 -
YUV 80.23 198.98 159.93 -
System Red Green Blue C M Y K H S L
Decimal 125 33 206 0.39 0.84 0 0.19 271.91 0.72 0.47
Hex 7D 21 CE 27 54 0 13 110 48 2F
Octal 175 41 316 47 124 0 23 420 110 57
Binary 1111101 100001 11001110 100111 1010100 0 10011 100010000 1001000 101111

Color Harmonies of #7D21CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D21CE

Black with #7D21CE

Text Example


Text Example

White with #7D21CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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