Html Css Color HEX #732CB0 Purple Heart

📋 copy color: '#732CB0'

red 115 ◦ green 44 ◦ blue 176

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

Shades of Purple Heart #732CB0

Tints of Purple Heart #732CB0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.13%

 BLUE value IS 176 (69.14% from 255) = 52.54%

R = 34.33%
G = 13.13%
B = 52.54%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#732CB0 (or 0x732CB0) is known color: Purple Heart. HEX triplet: 73, 2C and B0. RGB value is (115,44,176). Sum of RGB (Red+Green+Blue) = 115+44+176=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 176 (69.14% from 255 or 52.54% from 335); Max value from RGB is 176 - color contains mainly: blue. Hex color #732CB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732CB0 is #8CD34F. Grayscale: #4F4F4F. Windows color (decimal): -9229136 or 11545715. OLE color: 11545715.

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

Color convert

RGB 115 44 176 -
CMYK 0.35 0.75 0 0.31
HSL 272.27º 0.6% 0.43% -
HSV(B) 272.27º 0.75% 0.69% -
XYZ 15.81 8.58 41.9 -
YUV 80.28 182.02 152.77 -
System Red Green Blue C M Y K H S L
Decimal 115 44 176 0.35 0.75 0 0.31 272.27 0.6 0.43
Hex 73 2C B0 23 4B 0 1F 110 3C 2B
Octal 163 54 260 43 113 0 37 420 74 53
Binary 1110011 101100 10110000 100011 1001011 0 11111 100010000 111100 101011

Color Harmonies of #732CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732CB0

Black with #732CB0

Text Example


Text Example

White with #732CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,44,176); }

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

background-color css

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

 a { background-color: rgb(115,44,176); }

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

border-color css

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

 span { border-color: rgb(115,44,176); }

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