Html Css Color HEX #732AAF Purple Heart

📋 copy color: '#732AAF'

red 115 ◦ green 42 ◦ blue 175

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

Shades of Purple Heart #732AAF

Tints of Purple Heart #732AAF

RGB

 RED value IS 115 (45.31% from 255) = 34.64%

 GREEN value IS 42 (16.8% from 255) = 12.65%

 BLUE value IS 175 (68.75% from 255) = 52.71%

R = 34.64%
G = 12.65%
B = 52.71%

CMYK

 C value IS 0.34

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#732AAF (or 0x732AAF) is known color: Purple Heart. HEX triplet: 73, 2A and AF. RGB value is (115,42,175). Sum of RGB (Red+Green+Blue) = 115+42+175=332 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.64% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #732AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732AAF is #8CD550. Grayscale: #4E4E4E. Windows color (decimal): -9229649 or 11479667. OLE color: 11479667.

HSL color Cylindrical-coordinate representation of color #732AAF: hue angle of 272.93º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #732AAF is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 42 175 -
CMYK 0.34 0.76 0 0.31
HSL 272.93º 0.61% 0.43% -
HSV(B) 272.93º 0.76% 0.69% -
XYZ 15.64 8.4 41.35 -
YUV 78.99 182.18 153.69 -
System Red Green Blue C M Y K H S L
Decimal 115 42 175 0.34 0.76 0 0.31 272.93 0.61 0.43
Hex 73 2A AF 22 4C 0 1F 111 3D 2B
Octal 163 52 257 42 114 0 37 421 75 53
Binary 1110011 101010 10101111 100010 1001100 0 11111 100010001 111101 101011

Color Harmonies of #732AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732AAF

Black with #732AAF

Text Example


Text Example

White with #732AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732AAF; }

 p { color: rgb(115,42,175); }

 H1.HeaderClassName
 {
   color: #732AAF;
 }
 .AnyTagClassName
 {
   color: #732AAF;
 }
</style>

background-color css

<style>
 a { background-color: #732AAF; }

 a { background-color: rgb(115,42,175); }

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

border-color css

<style>
 span { border-color: #732AAF; }

 span { border-color: rgb(115,42,175); }

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