Html Css Color HEX #6540CE Purple Heart

📋 copy color: '#6540CE'

red 101 ◦ green 64 ◦ blue 206

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

Shades of Purple Heart #6540CE

Tints of Purple Heart #6540CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.53%

R = 27.22%
G = 17.25%
B = 55.53%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6540CE (or 0x6540CE) is known color: Purple Heart. HEX triplet: 65, 40 and CE. RGB value is (101,64,206). Sum of RGB (Red+Green+Blue) = 101+64+206=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #6540CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6540CE is #9ABF31. Grayscale: #5A5A5A. Windows color (decimal): -10141490 or 13516901. OLE color: 13516901.

HSL color Cylindrical-coordinate representation of color #6540CE: hue angle of 255.63º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6540CE is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 64 206 -
CMYK 0.51 0.69 0 0.19
HSL 255.63º 0.59% 0.53% -
HSV(B) 255.63º 0.69% 0.81% -
XYZ 18.34 10.89 59.53 -
YUV 91.25 192.76 134.95 -
System Red Green Blue C M Y K H S L
Decimal 101 64 206 0.51 0.69 0 0.19 255.63 0.59 0.53
Hex 65 40 CE 33 45 0 13 100 3B 35
Octal 145 100 316 63 105 0 23 400 73 65
Binary 1100101 1000000 11001110 110011 1000101 0 10011 100000000 111011 110101

Color Harmonies of #6540CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6540CE

Black with #6540CE

Text Example


Text Example

White with #6540CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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