Html Css Color HEX #7D28D5 Blue Violet

📋 copy color: '#7D28D5'

red 125 ◦ green 40 ◦ blue 213

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

Shades of Blue Violet #7D28D5

Tints of Blue Violet #7D28D5

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.58%

 BLUE value IS 213 (83.59% from 255) = 56.35%

R = 33.07%
G = 10.58%
B = 56.35%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7D28D5 (or 0x7D28D5) is known color: Blue Violet. HEX triplet: 7D, 28 and D5. RGB value is (125,40,213). Sum of RGB (Red+Green+Blue) = 125+40+213=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 213 (83.59% from 255 or 56.35% from 378); Max value from RGB is 213 - color contains mainly: blue. Hex color #7D28D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D28D5 is #82D72A. Grayscale: #545454. Windows color (decimal): -8574763 or 13969533. OLE color: 13969533.

HSL color Cylindrical-coordinate representation of color #7D28D5: hue angle of 269.48º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D28D5 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 40 213 -
CMYK 0.41 0.81 0 0.16
HSL 269.48º 0.68% 0.5% -
HSV(B) 269.48º 0.81% 0.84% -
XYZ 21.23 10.68 63.89 -
YUV 85.14 200.16 156.43 -
System Red Green Blue C M Y K H S L
Decimal 125 40 213 0.41 0.81 0 0.16 269.48 0.68 0.5
Hex 7D 28 D5 29 51 0 10 10D 44 32
Octal 175 50 325 51 121 0 20 415 104 62
Binary 1111101 101000 11010101 101001 1010001 0 10000 100001101 1000100 110010

Color Harmonies of #7D28D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D28D5

Black with #7D28D5

Text Example


Text Example

White with #7D28D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,40,213); }

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

background-color css

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

 a { background-color: rgb(125,40,213); }

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

border-color css

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

 span { border-color: rgb(125,40,213); }

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