Html Css Color HEX #6540CC Purple Heart

📋 copy color: '#6540CC'

red 101 ◦ green 64 ◦ blue 204

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

Shades of Purple Heart #6540CC

Tints of Purple Heart #6540CC

RGB

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

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

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

R = 27.37%
G = 17.34%
B = 55.28%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6540CC (or 0x6540CC) is known color: Purple Heart. HEX triplet: 65, 40 and CC. RGB value is (101,64,204). Sum of RGB (Red+Green+Blue) = 101+64+204=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #6540CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6540CC is #9ABF33. Grayscale: #5A5A5A. Windows color (decimal): -10141492 or 13385829. OLE color: 13385829.

HSL color Cylindrical-coordinate representation of color #6540CC: hue angle of 255.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6540CC is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 64 204 -
CMYK 0.50 0.69 0 0.2
HSL 255.86º 0.58% 0.53% -
HSV(B) 255.86º 0.69% 0.8% -
XYZ 18.1 10.79 58.26 -
YUV 91.02 191.76 135.12 -
System Red Green Blue C M Y K H S L
Decimal 101 64 204 0.50 0.69 0 0.2 255.86 0.58 0.53
Hex 65 40 CC 32 45 0 14 100 3A 35
Octal 145 100 314 62 105 0 24 400 72 65
Binary 1100101 1000000 11001100 110010 1000101 0 10100 100000000 111010 110101

Color Harmonies of #6540CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6540CC

Black with #6540CC

Text Example


Text Example

White with #6540CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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