Html Css Color HEX #732BBC Purple Heart

📋 copy color: '#732BBC'

red 115 ◦ green 43 ◦ blue 188

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

Shades of Purple Heart #732BBC

Tints of Purple Heart #732BBC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.43%

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

R = 33.24%
G = 12.43%
B = 54.34%

CMYK

 C value IS 0.39

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#732BBC (or 0x732BBC) is known color: Purple Heart. HEX triplet: 73, 2B and BC. RGB value is (115,43,188). Sum of RGB (Red+Green+Blue) = 115+43+188=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #732BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732BBC is #8CD443. Grayscale: #505050. Windows color (decimal): -9229380 or 12331891. OLE color: 12331891.

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

Color convert

RGB 115 43 188 -
CMYK 0.39 0.77 0 0.26
HSL 269.79º 0.63% 0.45% -
HSV(B) 269.79º 0.77% 0.74% -
XYZ 17.01 9 48.42 -
YUV 81.06 188.35 152.21 -
System Red Green Blue C M Y K H S L
Decimal 115 43 188 0.39 0.77 0 0.26 269.79 0.63 0.45
Hex 73 2B BC 27 4D 0 1A 10E 3F 2D
Octal 163 53 274 47 115 0 32 416 77 55
Binary 1110011 101011 10111100 100111 1001101 0 11010 100001110 111111 101101

Color Harmonies of #732BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732BBC

Black with #732BBC

Text Example


Text Example

White with #732BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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