Html Css Color HEX #6541CD Purple Heart

📋 copy color: '#6541CD'

red 101 ◦ green 65 ◦ blue 205

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

Shades of Purple Heart #6541CD

Tints of Purple Heart #6541CD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.52%

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

R = 27.22%
G = 17.52%
B = 55.26%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6541CD (or 0x6541CD) is known color: Purple Heart. HEX triplet: 65, 41 and CD. RGB value is (101,65,205). Sum of RGB (Red+Green+Blue) = 101+65+205=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #6541CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6541CD is #9ABE32. Grayscale: #5B5B5B. Windows color (decimal): -10141235 or 13451621. OLE color: 13451621.

HSL color Cylindrical-coordinate representation of color #6541CD: hue angle of 255.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6541CD is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 65 205 -
CMYK 0.51 0.68 0 0.20
HSL 255.43º 0.58% 0.53% -
HSV(B) 255.43º 0.68% 0.8% -
XYZ 18.28 10.96 58.91 -
YUV 91.72 191.93 134.62 -
System Red Green Blue C M Y K H S L
Decimal 101 65 205 0.51 0.68 0 0.20 255.43 0.58 0.53
Hex 65 41 CD 33 44 0 14 FF 3A 35
Octal 145 101 315 63 104 0 24 377 72 65
Binary 1100101 1000001 11001101 110011 1000100 0 10100 11111111 111010 110101

Color Harmonies of #6541CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6541CD

Black with #6541CD

Text Example


Text Example

White with #6541CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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