Html Css Color HEX #732ABE Purple Heart

📋 copy color: '#732ABE'

red 115 ◦ green 42 ◦ blue 190

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

Shades of Purple Heart #732ABE

Tints of Purple Heart #732ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.76%

R = 33.14%
G = 12.1%
B = 54.76%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#732ABE (or 0x732ABE) is known color: Purple Heart. HEX triplet: 73, 2A and BE. RGB value is (115,42,190). Sum of RGB (Red+Green+Blue) = 115+42+190=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #732ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732ABE is #8CD541. Grayscale: #505050. Windows color (decimal): -9229634 or 12462707. OLE color: 12462707.

HSL color Cylindrical-coordinate representation of color #732ABE: hue angle of 269.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #732ABE is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 42 190 -
CMYK 0.39 0.78 0 0.25
HSL 269.59º 0.64% 0.45% -
HSV(B) 269.59º 0.78% 0.75% -
XYZ 17.19 9.02 49.55 -
YUV 80.7 189.68 152.47 -
System Red Green Blue C M Y K H S L
Decimal 115 42 190 0.39 0.78 0 0.25 269.59 0.64 0.45
Hex 73 2A BE 27 4E 0 19 10E 40 2D
Octal 163 52 276 47 116 0 31 416 100 55
Binary 1110011 101010 10111110 100111 1001110 0 11001 100001110 1000000 101101

Color Harmonies of #732ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732ABE

Black with #732ABE

Text Example


Text Example

White with #732ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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