Html Css Color HEX #7C21CE Blue Violet

📋 copy color: '#7C21CE'

red 124 ◦ green 33 ◦ blue 206

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

Shades of Blue Violet #7C21CE

Tints of Blue Violet #7C21CE

RGB

 RED value IS 124 (48.83% from 255) = 34.16%

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

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

R = 34.16%
G = 9.09%
B = 56.75%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C21CE (or 0x7C21CE) is known color: Blue Violet. HEX triplet: 7C, 21 and CE. RGB value is (124,33,206). Sum of RGB (Red+Green+Blue) = 124+33+206=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 33 (13.28% from 255 or 9.09% 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 #7C21CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C21CE is #83DE31. Grayscale: #4F4F4F. Windows color (decimal): -8642098 or 13508988. OLE color: 13508988.

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

Color convert

RGB 124 33 206 -
CMYK 0.40 0.84 0 0.19
HSL 271.56º 0.72% 0.47% -
HSV(B) 271.56º 0.84% 0.81% -
XYZ 20 9.83 59.24 -
YUV 79.93 199.15 159.43 -
System Red Green Blue C M Y K H S L
Decimal 124 33 206 0.40 0.84 0 0.19 271.56 0.72 0.47
Hex 7C 21 CE 28 54 0 13 110 48 2F
Octal 174 41 316 50 124 0 23 420 110 57
Binary 1111100 100001 11001110 101000 1010100 0 10011 100010000 1001000 101111

Color Harmonies of #7C21CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C21CE

Black with #7C21CE

Text Example


Text Example

White with #7C21CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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