Html Css Color HEX #542DCB Purple Heart

📋 copy color: '#542DCB'

red 84 ◦ green 45 ◦ blue 203

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

Shades of Purple Heart #542DCB

Tints of Purple Heart #542DCB

RGB

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

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

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

R = 25.3%
G = 13.55%
B = 61.14%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#542DCB (or 0x542DCB) is known color: Purple Heart. HEX triplet: 54, 2D and CB. RGB value is (84,45,203). Sum of RGB (Red+Green+Blue) = 84+45+203=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #542DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542DCB is #ABD234. Grayscale: #4A4A4A. Windows color (decimal): -11260469 or 13315412. OLE color: 13315412.

HSL color Cylindrical-coordinate representation of color #542DCB: hue angle of 254.81º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #542DCB is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 45 203 -
CMYK 0.59 0.78 0 0.20
HSL 254.81º 0.64% 0.49% -
HSV(B) 254.81º 0.78% 0.8% -
XYZ 15.37 8.07 57.25 -
YUV 74.67 200.42 134.65 -
System Red Green Blue C M Y K H S L
Decimal 84 45 203 0.59 0.78 0 0.20 254.81 0.64 0.49
Hex 54 2D CB 3B 4E 0 14 FF 40 31
Octal 124 55 313 73 116 0 24 377 100 61
Binary 1010100 101101 11001011 111011 1001110 0 10100 11111111 1000000 110001

Color Harmonies of #542DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542DCB

Black with #542DCB

Text Example


Text Example

White with #542DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542DCB; }

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

 H1.HeaderClassName
 {
   color: #542DCB;
 }
 .AnyTagClassName
 {
   color: #542DCB;
 }
</style>

background-color css

<style>
 a { background-color: #542DCB; }

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

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

border-color css

<style>
 span { border-color: #542DCB; }

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

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