Html Css Color HEX #732ABC Purple Heart

📋 copy color: '#732ABC'

red 115 ◦ green 42 ◦ blue 188

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

Shades of Purple Heart #732ABC

Tints of Purple Heart #732ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.49%

R = 33.33%
G = 12.17%
B = 54.49%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#732ABC (or 0x732ABC) is known color: Purple Heart. HEX triplet: 73, 2A and BC. RGB value is (115,42,188). Sum of RGB (Red+Green+Blue) = 115+42+188=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #732ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732ABC is #8CD543. Grayscale: #4F4F4F. Windows color (decimal): -9229636 or 12331635. OLE color: 12331635.

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

Color convert

RGB 115 42 188 -
CMYK 0.39 0.78 0 0.26
HSL 270º 0.63% 0.45% -
HSV(B) 270º 0.78% 0.74% -
XYZ 16.98 8.93 48.41 -
YUV 80.47 188.68 152.63 -
System Red Green Blue C M Y K H S L
Decimal 115 42 188 0.39 0.78 0 0.26 270 0.63 0.45
Hex 73 2A BC 27 4E 0 1A 10E 3F 2D
Octal 163 52 274 47 116 0 32 416 77 55
Binary 1110011 101010 10111100 100111 1001110 0 11010 100001110 111111 101101

Color Harmonies of #732ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732ABC

Black with #732ABC

Text Example


Text Example

White with #732ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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