Html Css Color HEX #541CCB Purple Heart

📋 copy color: '#541CCB'

red 84 ◦ green 28 ◦ blue 203

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

Shades of Purple Heart #541CCB

Tints of Purple Heart #541CCB

RGB

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

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

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

R = 26.67%
G = 8.89%
B = 64.44%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#541CCB (or 0x541CCB) is known color: Purple Heart. HEX triplet: 54, 1C and CB. RGB value is (84,28,203). Sum of RGB (Red+Green+Blue) = 84+28+203=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #541CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541CCB is #ABE334. Grayscale: #404040. Windows color (decimal): -11264821 or 13311060. OLE color: 13311060.

HSL color Cylindrical-coordinate representation of color #541CCB: hue angle of 259.2º 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 #541CCB is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 28 203 -
CMYK 0.59 0.86 0 0.20
HSL 259.2º 0.76% 0.45% -
HSV(B) 259.2º 0.86% 0.8% -
XYZ 14.85 7.03 57.07 -
YUV 64.69 206.05 141.77 -
System Red Green Blue C M Y K H S L
Decimal 84 28 203 0.59 0.86 0 0.20 259.2 0.76 0.45
Hex 54 1C CB 3B 56 0 14 103 4C 2D
Octal 124 34 313 73 126 0 24 403 114 55
Binary 1010100 11100 11001011 111011 1010110 0 10100 100000011 1001100 101101

Color Harmonies of #541CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541CCB

Black with #541CCB

Text Example


Text Example

White with #541CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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