Html Css Color HEX #7D21E9 Blue Violet

📋 copy color: '#7D21E9'

red 125 ◦ green 33 ◦ blue 233

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

Shades of Blue Violet #7D21E9

Tints of Blue Violet #7D21E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 59.59%

R = 31.97%
G = 8.44%
B = 59.59%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7D21E9 (or 0x7D21E9) is known color: Blue Violet. HEX triplet: 7D, 21 and E9. RGB value is (125,33,233). Sum of RGB (Red+Green+Blue) = 125+33+233=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 233 (91.41% from 255 or 59.59% from 391); Max value from RGB is 233 - color contains mainly: blue. Hex color #7D21E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D21E9 is #82DE16. Grayscale: #525252. Windows color (decimal): -8576535 or 15278461. OLE color: 15278461.

HSL color Cylindrical-coordinate representation of color #7D21E9: hue angle of 267.6º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D21E9 is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 125 33 233 -
CMYK 0.46 0.86 0 0.09
HSL 267.6º 0.82% 0.52% -
HSV(B) 267.6º 0.86% 0.91% -
XYZ 23.71 11.33 78.03 -
YUV 83.31 212.48 157.74 -
System Red Green Blue C M Y K H S L
Decimal 125 33 233 0.46 0.86 0 0.09 267.6 0.82 0.52
Hex 7D 21 E9 2E 56 0 9 10C 52 34
Octal 175 41 351 56 126 0 11 414 122 64
Binary 1111101 100001 11101001 101110 1010110 0 1001 100001100 1010010 110100

Color Harmonies of #7D21E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D21E9

Black with #7D21E9

Text Example


Text Example

White with #7D21E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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