Html Css Color HEX #732ABA Purple Heart

📋 copy color: '#732ABA'

red 115 ◦ green 42 ◦ blue 186

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

Shades of Purple Heart #732ABA

Tints of Purple Heart #732ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.23%

R = 33.53%
G = 12.24%
B = 54.23%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#732ABA (or 0x732ABA) is known color: Purple Heart. HEX triplet: 73, 2A and BA. RGB value is (115,42,186). Sum of RGB (Red+Green+Blue) = 115+42+186=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #732ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732ABA is #8CD545. Grayscale: #4F4F4F. Windows color (decimal): -9229638 or 12200563. OLE color: 12200563.

HSL color Cylindrical-coordinate representation of color #732ABA: hue angle of 270.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #732ABA is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 42 186 -
CMYK 0.38 0.77 0 0.27
HSL 270.42º 0.63% 0.45% -
HSV(B) 270.42º 0.77% 0.73% -
XYZ 16.76 8.85 47.28 -
YUV 80.24 187.68 152.79 -
System Red Green Blue C M Y K H S L
Decimal 115 42 186 0.38 0.77 0 0.27 270.42 0.63 0.45
Hex 73 2A BA 26 4D 0 1B 10E 3F 2D
Octal 163 52 272 46 115 0 33 416 77 55
Binary 1110011 101010 10111010 100110 1001101 0 11011 100001110 111111 101101

Color Harmonies of #732ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732ABA

Black with #732ABA

Text Example


Text Example

White with #732ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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