Html Css Color HEX #6541CE Purple Heart

📋 copy color: '#6541CE'

red 101 ◦ green 65 ◦ blue 206

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

Shades of Purple Heart #6541CE

Tints of Purple Heart #6541CE

RGB

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

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

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

R = 27.15%
G = 17.47%
B = 55.38%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6541CE (or 0x6541CE) is known color: Purple Heart. HEX triplet: 65, 41 and CE. RGB value is (101,65,206). Sum of RGB (Red+Green+Blue) = 101+65+206=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #6541CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6541CE is #9ABE31. Grayscale: #5B5B5B. Windows color (decimal): -10141234 or 13517157. OLE color: 13517157.

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

Color convert

RGB 101 65 206 -
CMYK 0.51 0.68 0 0.19
HSL 255.32º 0.59% 0.53% -
HSV(B) 255.32º 0.68% 0.81% -
XYZ 18.4 11 59.55 -
YUV 91.84 192.43 134.54 -
System Red Green Blue C M Y K H S L
Decimal 101 65 206 0.51 0.68 0 0.19 255.32 0.59 0.53
Hex 65 41 CE 33 44 0 13 FF 3B 35
Octal 145 101 316 63 104 0 23 377 73 65
Binary 1100101 1000001 11001110 110011 1000100 0 10011 11111111 111011 110101

Color Harmonies of #6541CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6541CE

Black with #6541CE

Text Example


Text Example

White with #6541CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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