Html Css Color HEX #7D32CA Purple Heart

📋 copy color: '#7D32CA'

red 125 ◦ green 50 ◦ blue 202

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

Shades of Purple Heart #7D32CA

Tints of Purple Heart #7D32CA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.26%

 BLUE value IS 202 (79.3% from 255) = 53.58%

R = 33.16%
G = 13.26%
B = 53.58%

CMYK

 C value IS 0.38

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7D32CA (or 0x7D32CA) is known color: Purple Heart. HEX triplet: 7D, 32 and CA. RGB value is (125,50,202). Sum of RGB (Red+Green+Blue) = 125+50+202=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D32CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D32CA is #82CD35. Grayscale: #595959. Windows color (decimal): -8572214 or 13251197. OLE color: 13251197.

HSL color Cylindrical-coordinate representation of color #7D32CA: hue angle of 269.61º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D32CA is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 50 202 -
CMYK 0.38 0.75 0 0.21
HSL 269.61º 0.6% 0.49% -
HSV(B) 269.61º 0.75% 0.79% -
XYZ 20.26 10.91 56.91 -
YUV 89.75 191.35 153.14 -
System Red Green Blue C M Y K H S L
Decimal 125 50 202 0.38 0.75 0 0.21 269.61 0.6 0.49
Hex 7D 32 CA 26 4B 0 15 10E 3C 31
Octal 175 62 312 46 113 0 25 416 74 61
Binary 1111101 110010 11001010 100110 1001011 0 10101 100001110 111100 110001

Color Harmonies of #7D32CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D32CA

Black with #7D32CA

Text Example


Text Example

White with #7D32CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,50,202); }

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

background-color css

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

 a { background-color: rgb(125,50,202); }

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

border-color css

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

 span { border-color: rgb(125,50,202); }

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