Html Css Color HEX #541CCC Purple Heart

📋 copy color: '#541CCC'

red 84 ◦ green 28 ◦ blue 204

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

Shades of Purple Heart #541CCC

Tints of Purple Heart #541CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.86%

 BLUE value IS 204 (80.08% from 255) = 64.56%

R = 26.58%
G = 8.86%
B = 64.56%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#541CCC (or 0x541CCC) is known color: Purple Heart. HEX triplet: 54, 1C and CC. RGB value is (84,28,204). Sum of RGB (Red+Green+Blue) = 84+28+204=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #541CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541CCC is #ABE333. Grayscale: #404040. Windows color (decimal): -11264820 or 13376596. OLE color: 13376596.

HSL color Cylindrical-coordinate representation of color #541CCC: hue angle of 259.09º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541CCC is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 84 28 204 -
CMYK 0.59 0.86 0 0.2
HSL 259.09º 0.76% 0.45% -
HSV(B) 259.09º 0.86% 0.8% -
XYZ 14.97 7.07 57.7 -
YUV 64.81 206.55 141.69 -
System Red Green Blue C M Y K H S L
Decimal 84 28 204 0.59 0.86 0 0.2 259.09 0.76 0.45
Hex 54 1C CC 3B 56 0 14 103 4C 2D
Octal 124 34 314 73 126 0 24 403 114 55
Binary 1010100 11100 11001100 111011 1010110 0 10100 100000011 1001100 101101

Color Harmonies of #541CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541CCC

Black with #541CCC

Text Example


Text Example

White with #541CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541CCC; }

 p { color: rgb(84,28,204); }

 H1.HeaderClassName
 {
   color: #541CCC;
 }
 .AnyTagClassName
 {
   color: #541CCC;
 }
</style>

background-color css

<style>
 a { background-color: #541CCC; }

 a { background-color: rgb(84,28,204); }

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

border-color css

<style>
 span { border-color: #541CCC; }

 span { border-color: rgb(84,28,204); }

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