Html Css Color HEX #5432CB Purple Heart

📋 copy color: '#5432CB'

red 84 ◦ green 50 ◦ blue 203

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

Shades of Purple Heart #5432CB

Tints of Purple Heart #5432CB

RGB

 RED value IS 84 (33.2% from 255) = 24.93%

 GREEN value IS 50 (19.92% from 255) = 14.84%

 BLUE value IS 203 (79.69% from 255) = 60.24%

R = 24.93%
G = 14.84%
B = 60.24%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5432CB (or 0x5432CB) is known color: Purple Heart. HEX triplet: 54, 32 and CB. RGB value is (84,50,203). Sum of RGB (Red+Green+Blue) = 84+50+203=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #5432CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5432CB is #ABCD34. Grayscale: #4D4D4D. Windows color (decimal): -11259189 or 13316692. OLE color: 13316692.

HSL color Cylindrical-coordinate representation of color #5432CB: hue angle of 253.33º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5432CB is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 50 203 -
CMYK 0.59 0.75 0 0.20
HSL 253.33º 0.6% 0.5% -
HSV(B) 253.33º 0.75% 0.8% -
XYZ 15.58 8.48 57.32 -
YUV 77.61 198.76 132.56 -
System Red Green Blue C M Y K H S L
Decimal 84 50 203 0.59 0.75 0 0.20 253.33 0.6 0.5
Hex 54 32 CB 3B 4B 0 14 FD 3C 32
Octal 124 62 313 73 113 0 24 375 74 62
Binary 1010100 110010 11001011 111011 1001011 0 10100 11111101 111100 110010

Color Harmonies of #5432CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5432CB

Black with #5432CB

Text Example


Text Example

White with #5432CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5432CB; }

 p { color: rgb(84,50,203); }

 H1.HeaderClassName
 {
   color: #5432CB;
 }
 .AnyTagClassName
 {
   color: #5432CB;
 }
</style>

background-color css

<style>
 a { background-color: #5432CB; }

 a { background-color: rgb(84,50,203); }

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

border-color css

<style>
 span { border-color: #5432CB; }

 span { border-color: rgb(84,50,203); }

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