Html Css Color HEX #7D21DC Blue Violet

📋 copy color: '#7D21DC'

red 125 ◦ green 33 ◦ blue 220

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

Shades of Blue Violet #7D21DC

Tints of Blue Violet #7D21DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.2%

R = 33.07%
G = 8.73%
B = 58.2%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D21DC (or 0x7D21DC) is known color: Blue Violet. HEX triplet: 7D, 21 and DC. RGB value is (125,33,220). Sum of RGB (Red+Green+Blue) = 125+33+220=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D21DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D21DC is #82DE23. Grayscale: #515151. Windows color (decimal): -8576548 or 14426493. OLE color: 14426493.

HSL color Cylindrical-coordinate representation of color #7D21DC: hue angle of 269.52º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D21DC is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 33 220 -
CMYK 0.43 0.85 0 0.14
HSL 269.52º 0.74% 0.5% -
HSV(B) 269.52º 0.85% 0.86% -
XYZ 21.92 10.61 68.6 -
YUV 81.83 205.98 158.79 -
System Red Green Blue C M Y K H S L
Decimal 125 33 220 0.43 0.85 0 0.14 269.52 0.74 0.5
Hex 7D 21 DC 2B 55 0 E 10E 4A 32
Octal 175 41 334 53 125 0 16 416 112 62
Binary 1111101 100001 11011100 101011 1010101 0 1110 100001110 1001010 110010

Color Harmonies of #7D21DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D21DC

Black with #7D21DC

Text Example


Text Example

White with #7D21DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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