Html Css Color HEX #7432CA Purple Heart

📋 copy color: '#7432CA'

red 116 ◦ green 50 ◦ blue 202

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

Shades of Purple Heart #7432CA

Tints of Purple Heart #7432CA

RGB

 RED value IS 116 (45.7% from 255) = 31.52%

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

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

R = 31.52%
G = 13.59%
B = 54.89%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7432CA (or 0x7432CA) is known color: Purple Heart. HEX triplet: 74, 32 and CA. RGB value is (116,50,202). Sum of RGB (Red+Green+Blue) = 116+50+202=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #7432CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7432CA is #8BCD35. Grayscale: #565656. Windows color (decimal): -9162038 or 13251188. OLE color: 13251188.

HSL color Cylindrical-coordinate representation of color #7432CA: hue angle of 266.05º 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 #7432CA is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 50 202 -
CMYK 0.43 0.75 0 0.21
HSL 266.05º 0.6% 0.49% -
HSV(B) 266.05º 0.75% 0.79% -
XYZ 19 10.26 56.86 -
YUV 87.06 192.87 148.64 -
System Red Green Blue C M Y K H S L
Decimal 116 50 202 0.43 0.75 0 0.21 266.05 0.6 0.49
Hex 74 32 CA 2B 4B 0 15 10A 3C 31
Octal 164 62 312 53 113 0 25 412 74 61
Binary 1110100 110010 11001010 101011 1001011 0 10101 100001010 111100 110001

Color Harmonies of #7432CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7432CA

Black with #7432CA

Text Example


Text Example

White with #7432CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7432CA; }

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

 H1.HeaderClassName
 {
   color: #7432CA;
 }
 .AnyTagClassName
 {
   color: #7432CA;
 }
</style>

background-color css

<style>
 a { background-color: #7432CA; }

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

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

border-color css

<style>
 span { border-color: #7432CA; }

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

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