Html Css Color HEX #5433CA Purple Heart

📋 copy color: '#5433CA'

red 84 ◦ green 51 ◦ blue 202

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

Shades of Purple Heart #5433CA

Tints of Purple Heart #5433CA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.13%

 BLUE value IS 202 (79.3% from 255) = 59.94%

R = 24.93%
G = 15.13%
B = 59.94%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5433CA (or 0x5433CA) is known color: Purple Heart. HEX triplet: 54, 33 and CA. RGB value is (84,51,202). Sum of RGB (Red+Green+Blue) = 84+51+202=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 202 (79.30% from 255 or 59.94% from 337); Max value from RGB is 202 - color contains mainly: blue. Hex color #5433CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5433CA is #ABCC35. Grayscale: #4D4D4D. Windows color (decimal): -11258934 or 13251412. OLE color: 13251412.

HSL color Cylindrical-coordinate representation of color #5433CA: hue angle of 253.11º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5433CA is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 84 51 202 -
CMYK 0.58 0.75 0 0.21
HSL 253.11º 0.6% 0.5% -
HSV(B) 253.11º 0.75% 0.79% -
XYZ 15.5 8.52 56.7 -
YUV 78.08 197.93 132.22 -
System Red Green Blue C M Y K H S L
Decimal 84 51 202 0.58 0.75 0 0.21 253.11 0.6 0.5
Hex 54 33 CA 3A 4B 0 15 FD 3C 32
Octal 124 63 312 72 113 0 25 375 74 62
Binary 1010100 110011 11001010 111010 1001011 0 10101 11111101 111100 110010

Color Harmonies of #5433CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5433CA

Black with #5433CA

Text Example


Text Example

White with #5433CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5433CA; }

 p { color: rgb(84,51,202); }

 H1.HeaderClassName
 {
   color: #5433CA;
 }
 .AnyTagClassName
 {
   color: #5433CA;
 }
</style>

background-color css

<style>
 a { background-color: #5433CA; }

 a { background-color: rgb(84,51,202); }

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

border-color css

<style>
 span { border-color: #5433CA; }

 span { border-color: rgb(84,51,202); }

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