Html Css Color HEX #732ABB Purple Heart

📋 copy color: '#732ABB'

red 115 ◦ green 42 ◦ blue 187

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

Shades of Purple Heart #732ABB

Tints of Purple Heart #732ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.36%

R = 33.43%
G = 12.21%
B = 54.36%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#732ABB (or 0x732ABB) is known color: Purple Heart. HEX triplet: 73, 2A and BB. RGB value is (115,42,187). Sum of RGB (Red+Green+Blue) = 115+42+187=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #732ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732ABB is #8CD544. Grayscale: #4F4F4F. Windows color (decimal): -9229637 or 12266099. OLE color: 12266099.

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

Color convert

RGB 115 42 187 -
CMYK 0.39 0.78 0 0.27
HSL 270.21º 0.63% 0.45% -
HSV(B) 270.21º 0.78% 0.73% -
XYZ 16.87 8.89 47.84 -
YUV 80.36 188.18 152.71 -
System Red Green Blue C M Y K H S L
Decimal 115 42 187 0.39 0.78 0 0.27 270.21 0.63 0.45
Hex 73 2A BB 27 4E 0 1B 10E 3F 2D
Octal 163 52 273 47 116 0 33 416 77 55
Binary 1110011 101010 10111011 100111 1001110 0 11011 100001110 111111 101101

Color Harmonies of #732ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732ABB

Black with #732ABB

Text Example


Text Example

White with #732ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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