Html Css Color HEX #732DB0 Purple Heart

📋 copy color: '#732DB0'

red 115 ◦ green 45 ◦ blue 176

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

Shades of Purple Heart #732DB0

Tints of Purple Heart #732DB0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.39%

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

R = 34.23%
G = 13.39%
B = 52.38%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#732DB0 (or 0x732DB0) is known color: Purple Heart. HEX triplet: 73, 2D and B0. RGB value is (115,45,176). Sum of RGB (Red+Green+Blue) = 115+45+176=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 176 (69.14% from 255 or 52.38% from 336); Max value from RGB is 176 - color contains mainly: blue. Hex color #732DB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732DB0 is #8CD24F. Grayscale: #505050. Windows color (decimal): -9228880 or 11545971. OLE color: 11545971.

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

Color convert

RGB 115 45 176 -
CMYK 0.35 0.74 0 0.31
HSL 272.06º 0.59% 0.43% -
HSV(B) 272.06º 0.74% 0.69% -
XYZ 15.85 8.66 41.91 -
YUV 80.86 181.69 152.35 -
System Red Green Blue C M Y K H S L
Decimal 115 45 176 0.35 0.74 0 0.31 272.06 0.59 0.43
Hex 73 2D B0 23 4A 0 1F 110 3B 2B
Octal 163 55 260 43 112 0 37 420 73 53
Binary 1110011 101101 10110000 100011 1001010 0 11111 100010000 111011 101011

Color Harmonies of #732DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732DB0

Black with #732DB0

Text Example


Text Example

White with #732DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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