Html Css Color HEX #6540BB Purple Heart

📋 copy color: '#6540BB'

red 101 ◦ green 64 ◦ blue 187

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

Shades of Purple Heart #6540BB

Tints of Purple Heart #6540BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.13%

R = 28.69%
G = 18.18%
B = 53.13%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6540BB (or 0x6540BB) is known color: Purple Heart. HEX triplet: 65, 40 and BB. RGB value is (101,64,187). Sum of RGB (Red+Green+Blue) = 101+64+187=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #6540BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6540BB is #9ABF44. Grayscale: #585858. Windows color (decimal): -10141509 or 12271717. OLE color: 12271717.

HSL color Cylindrical-coordinate representation of color #6540BB: hue angle of 258.05º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6540BB is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 64 187 -
CMYK 0.46 0.66 0 0.27
HSL 258.05º 0.49% 0.49% -
HSV(B) 258.05º 0.66% 0.73% -
XYZ 16.17 10.02 48.1 -
YUV 89.09 183.26 136.5 -
System Red Green Blue C M Y K H S L
Decimal 101 64 187 0.46 0.66 0 0.27 258.05 0.49 0.49
Hex 65 40 BB 2E 42 0 1B 102 31 31
Octal 145 100 273 56 102 0 33 402 61 61
Binary 1100101 1000000 10111011 101110 1000010 0 11011 100000010 110001 110001

Color Harmonies of #6540BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6540BB

Black with #6540BB

Text Example


Text Example

White with #6540BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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