Html Css Color HEX #6540CD Purple Heart

📋 copy color: '#6540CD'

red 101 ◦ green 64 ◦ blue 205

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

Shades of Purple Heart #6540CD

Tints of Purple Heart #6540CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.41%

R = 27.3%
G = 17.3%
B = 55.41%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6540CD (or 0x6540CD) is known color: Purple Heart. HEX triplet: 65, 40 and CD. RGB value is (101,64,205). Sum of RGB (Red+Green+Blue) = 101+64+205=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #6540CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6540CD is #9ABF32. Grayscale: #5A5A5A. Windows color (decimal): -10141491 or 13451365. OLE color: 13451365.

HSL color Cylindrical-coordinate representation of color #6540CD: hue angle of 255.74º degrees, saturation: 0.59, 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 #6540CD is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 64 205 -
CMYK 0.51 0.69 0 0.20
HSL 255.74º 0.59% 0.53% -
HSV(B) 255.74º 0.69% 0.8% -
XYZ 18.22 10.84 58.89 -
YUV 91.14 192.26 135.04 -
System Red Green Blue C M Y K H S L
Decimal 101 64 205 0.51 0.69 0 0.20 255.74 0.59 0.53
Hex 65 40 CD 33 45 0 14 100 3B 35
Octal 145 100 315 63 105 0 24 400 73 65
Binary 1100101 1000000 11001101 110011 1000101 0 10100 100000000 111011 110101

Color Harmonies of #6540CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6540CD

Black with #6540CD

Text Example


Text Example

White with #6540CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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