Html Css Color HEX #6540B4 Purple Heart

📋 copy color: '#6540B4'

red 101 ◦ green 64 ◦ blue 180

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

Shades of Purple Heart #6540B4

Tints of Purple Heart #6540B4

RGB

 RED value IS 101 (39.84% from 255) = 29.28%

 GREEN value IS 64 (25.39% from 255) = 18.55%

 BLUE value IS 180 (70.7% from 255) = 52.17%

R = 29.28%
G = 18.55%
B = 52.17%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6540B4 (or 0x6540B4) is known color: Purple Heart. HEX triplet: 65, 40 and B4. RGB value is (101,64,180). Sum of RGB (Red+Green+Blue) = 101+64+180=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 180 (70.70% from 255 or 52.17% from 345); Max value from RGB is 180 - color contains mainly: blue. Hex color #6540B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6540B4 is #9ABF4B. Grayscale: #575757. Windows color (decimal): -10141516 or 11812965. OLE color: 11812965.

HSL color Cylindrical-coordinate representation of color #6540B4: hue angle of 259.14º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6540B4 is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 101 64 180 -
CMYK 0.44 0.64 0 0.29
HSL 259.14º 0.48% 0.48% -
HSV(B) 259.14º 0.64% 0.71% -
XYZ 15.44 9.73 44.24 -
YUV 88.29 179.76 137.07 -
System Red Green Blue C M Y K H S L
Decimal 101 64 180 0.44 0.64 0 0.29 259.14 0.48 0.48
Hex 65 40 B4 2C 40 0 1D 103 30 30
Octal 145 100 264 54 100 0 35 403 60 60
Binary 1100101 1000000 10110100 101100 1000000 0 11101 100000011 110000 110000

Color Harmonies of #6540B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6540B4

Black with #6540B4

Text Example


Text Example

White with #6540B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6540B4; }

 p { color: rgb(101,64,180); }

 H1.HeaderClassName
 {
   color: #6540B4;
 }
 .AnyTagClassName
 {
   color: #6540B4;
 }
</style>

background-color css

<style>
 a { background-color: #6540B4; }

 a { background-color: rgb(101,64,180); }

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

border-color css

<style>
 span { border-color: #6540B4; }

 span { border-color: rgb(101,64,180); }

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