Html Css Color HEX #540FAF Purple Heart

📋 copy color: '#540FAF'

red 84 ◦ green 15 ◦ blue 175

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

Shades of Purple Heart #540FAF

Tints of Purple Heart #540FAF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.47%

 BLUE value IS 175 (68.75% from 255) = 63.87%

R = 30.66%
G = 5.47%
B = 63.87%

CMYK

 C value IS 0.52

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#540FAF (or 0x540FAF) is known color: Purple Heart. HEX triplet: 54, 0F and AF. RGB value is (84,15,175). Sum of RGB (Red+Green+Blue) = 84+15+175=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 175 (68.75% from 255 or 63.87% from 274); Max value from RGB is 175 - color contains mainly: blue. Hex color #540FAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540FAF is #ABF050. Grayscale: #353535. Windows color (decimal): -11268177 or 11472724. OLE color: 11472724.

HSL color Cylindrical-coordinate representation of color #540FAF: hue angle of 265.88º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #540FAF is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 15 175 -
CMYK 0.52 0.91 0 0.31
HSL 265.88º 0.84% 0.37% -
HSV(B) 265.88º 0.91% 0.69% -
XYZ 11.56 5.32 40.98 -
YUV 53.87 196.36 149.49 -
System Red Green Blue C M Y K H S L
Decimal 84 15 175 0.52 0.91 0 0.31 265.88 0.84 0.37
Hex 54 F AF 34 5B 0 1F 10A 54 25
Octal 124 17 257 64 133 0 37 412 124 45
Binary 1010100 1111 10101111 110100 1011011 0 11111 100001010 1010100 100101

Color Harmonies of #540FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540FAF

Black with #540FAF

Text Example


Text Example

White with #540FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540FAF; }

 p { color: rgb(84,15,175); }

 H1.HeaderClassName
 {
   color: #540FAF;
 }
 .AnyTagClassName
 {
   color: #540FAF;
 }
</style>

background-color css

<style>
 a { background-color: #540FAF; }

 a { background-color: rgb(84,15,175); }

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

border-color css

<style>
 span { border-color: #540FAF; }

 span { border-color: rgb(84,15,175); }

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