Html Css Color HEX #7D28BC Purple Heart

📋 copy color: '#7D28BC'

red 125 ◦ green 40 ◦ blue 188

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

Shades of Purple Heart #7D28BC

Tints of Purple Heart #7D28BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.26%

R = 35.41%
G = 11.33%
B = 53.26%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7D28BC (or 0x7D28BC) is known color: Purple Heart. HEX triplet: 7D, 28 and BC. RGB value is (125,40,188). Sum of RGB (Red+Green+Blue) = 125+40+188=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D28BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D28BC is #82D743. Grayscale: #515151. Windows color (decimal): -8574788 or 12331133. OLE color: 12331133.

HSL color Cylindrical-coordinate representation of color #7D28BC: hue angle of 274.46º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D28BC is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 40 188 -
CMYK 0.34 0.79 0 0.26
HSL 274.46º 0.65% 0.45% -
HSV(B) 274.46º 0.79% 0.74% -
XYZ 18.29 9.51 48.45 -
YUV 82.29 187.66 158.47 -
System Red Green Blue C M Y K H S L
Decimal 125 40 188 0.34 0.79 0 0.26 274.46 0.65 0.45
Hex 7D 28 BC 22 4F 0 1A 112 41 2D
Octal 175 50 274 42 117 0 32 422 101 55
Binary 1111101 101000 10111100 100010 1001111 0 11010 100010010 1000001 101101

Color Harmonies of #7D28BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D28BC

Black with #7D28BC

Text Example


Text Example

White with #7D28BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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