Html Css Color HEX #542CCB Purple Heart

📋 copy color: '#542CCB'

red 84 ◦ green 44 ◦ blue 203

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

Shades of Purple Heart #542CCB

Tints of Purple Heart #542CCB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.29%

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

R = 25.38%
G = 13.29%
B = 61.33%

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

#542CCB (or 0x542CCB) is known color: Purple Heart. HEX triplet: 54, 2C and CB. RGB value is (84,44,203). Sum of RGB (Red+Green+Blue) = 84+44+203=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #542CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542CCB is #ABD334. Grayscale: #494949. Windows color (decimal): -11260725 or 13315156. OLE color: 13315156.

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

Color convert

RGB 84 44 203 -
CMYK 0.59 0.78 0 0.20
HSL 255.09º 0.64% 0.48% -
HSV(B) 255.09º 0.78% 0.8% -
XYZ 15.34 8 57.24 -
YUV 74.09 200.75 135.07 -
System Red Green Blue C M Y K H S L
Decimal 84 44 203 0.59 0.78 0 0.20 255.09 0.64 0.48
Hex 54 2C CB 3B 4E 0 14 FF 40 30
Octal 124 54 313 73 116 0 24 377 100 60
Binary 1010100 101100 11001011 111011 1001110 0 10100 11111111 1000000 110000

Color Harmonies of #542CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542CCB

Black with #542CCB

Text Example


Text Example

White with #542CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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