Html Css Color HEX #7D21CF Blue Violet

📋 copy color: '#7D21CF'

red 125 ◦ green 33 ◦ blue 207

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

Shades of Blue Violet #7D21CF

Tints of Blue Violet #7D21CF

RGB

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

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

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

R = 34.25%
G = 9.04%
B = 56.71%

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

#7D21CF (or 0x7D21CF) is known color: Blue Violet. HEX triplet: 7D, 21 and CF. RGB value is (125,33,207). Sum of RGB (Red+Green+Blue) = 125+33+207=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D21CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D21CF is #82DE30. Grayscale: #4F4F4F. Windows color (decimal): -8576561 or 13574525. OLE color: 13574525.

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

Color convert

RGB 125 33 207 -
CMYK 0.40 0.84 0 0.19
HSL 271.72º 0.73% 0.47% -
HSV(B) 271.72º 0.84% 0.81% -
XYZ 20.26 9.95 59.88 -
YUV 80.34 199.48 159.85 -
System Red Green Blue C M Y K H S L
Decimal 125 33 207 0.40 0.84 0 0.19 271.72 0.73 0.47
Hex 7D 21 CF 28 54 0 13 110 48 2F
Octal 175 41 317 50 124 0 23 420 110 57
Binary 1111101 100001 11001111 101000 1010100 0 10011 100010000 1001000 101111

Color Harmonies of #7D21CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D21CF

Black with #7D21CF

Text Example


Text Example

White with #7D21CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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