Html Css Color HEX #7132CA Purple Heart

📋 copy color: '#7132CA'

red 113 ◦ green 50 ◦ blue 202

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

Shades of Purple Heart #7132CA

Tints of Purple Heart #7132CA

RGB

 RED value IS 113 (44.53% from 255) = 30.96%

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

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

R = 30.96%
G = 13.7%
B = 55.34%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7132CA (or 0x7132CA) is known color: Purple Heart. HEX triplet: 71, 32 and CA. RGB value is (113,50,202). Sum of RGB (Red+Green+Blue) = 113+50+202=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #7132CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7132CA is #8ECD35. Grayscale: #555555. Windows color (decimal): -9358646 or 13251185. OLE color: 13251185.

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

Color convert

RGB 113 50 202 -
CMYK 0.44 0.75 0 0.21
HSL 264.87º 0.6% 0.49% -
HSV(B) 264.87º 0.75% 0.79% -
XYZ 18.61 10.06 56.84 -
YUV 86.17 193.37 147.14 -
System Red Green Blue C M Y K H S L
Decimal 113 50 202 0.44 0.75 0 0.21 264.87 0.6 0.49
Hex 71 32 CA 2C 4B 0 15 109 3C 31
Octal 161 62 312 54 113 0 25 411 74 61
Binary 1110001 110010 11001010 101100 1001011 0 10101 100001001 111100 110001

Color Harmonies of #7132CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7132CA

Black with #7132CA

Text Example


Text Example

White with #7132CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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