Html Css Color HEX #7D28DD Blue Violet

📋 copy color: '#7D28DD'

red 125 ◦ green 40 ◦ blue 221

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

Shades of Blue Violet #7D28DD

Tints of Blue Violet #7D28DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.25%

R = 32.38%
G = 10.36%
B = 57.25%

CMYK

 C value IS 0.43

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D28DD (or 0x7D28DD) is known color: Blue Violet. HEX triplet: 7D, 28 and DD. RGB value is (125,40,221). Sum of RGB (Red+Green+Blue) = 125+40+221=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D28DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D28DD is #82D722. Grayscale: #555555. Windows color (decimal): -8574755 or 14493821. OLE color: 14493821.

HSL color Cylindrical-coordinate representation of color #7D28DD: hue angle of 268.18º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D28DD is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 40 221 -
CMYK 0.43 0.82 0 0.13
HSL 268.18º 0.73% 0.51% -
HSV(B) 268.18º 0.82% 0.87% -
XYZ 22.27 11.1 69.38 -
YUV 86.05 204.16 155.78 -
System Red Green Blue C M Y K H S L
Decimal 125 40 221 0.43 0.82 0 0.13 268.18 0.73 0.51
Hex 7D 28 DD 2B 52 0 D 10C 49 33
Octal 175 50 335 53 122 0 15 414 111 63
Binary 1111101 101000 11011101 101011 1010010 0 1101 100001100 1001001 110011

Color Harmonies of #7D28DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D28DD

Black with #7D28DD

Text Example


Text Example

White with #7D28DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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