Html Css Color HEX #6537D1 Purple Heart

📋 copy color: '#6537D1'

red 101 ◦ green 55 ◦ blue 209

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

Shades of Purple Heart #6537D1

Tints of Purple Heart #6537D1

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.07%

 BLUE value IS 209 (82.03% from 255) = 57.26%

R = 27.67%
G = 15.07%
B = 57.26%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6537D1 (or 0x6537D1) is known color: Purple Heart. HEX triplet: 65, 37 and D1. RGB value is (101,55,209). Sum of RGB (Red+Green+Blue) = 101+55+209=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 209 (82.03% from 255 or 57.26% from 365); Max value from RGB is 209 - color contains mainly: blue. Hex color #6537D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6537D1 is #9AC82E. Grayscale: #555555. Windows color (decimal): -10143791 or 13711205. OLE color: 13711205.

HSL color Cylindrical-coordinate representation of color #6537D1: hue angle of 257.92º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6537D1 is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 101 55 209 -
CMYK 0.52 0.74 0 0.18
HSL 257.92º 0.63% 0.52% -
HSV(B) 257.92º 0.74% 0.82% -
XYZ 18.24 10.1 61.31 -
YUV 86.31 197.24 138.48 -
System Red Green Blue C M Y K H S L
Decimal 101 55 209 0.52 0.74 0 0.18 257.92 0.63 0.52
Hex 65 37 D1 34 4A 0 12 102 3F 34
Octal 145 67 321 64 112 0 22 402 77 64
Binary 1100101 110111 11010001 110100 1001010 0 10010 100000010 111111 110100

Color Harmonies of #6537D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6537D1

Black with #6537D1

Text Example


Text Example

White with #6537D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6537D1; }

 p { color: rgb(101,55,209); }

 H1.HeaderClassName
 {
   color: #6537D1;
 }
 .AnyTagClassName
 {
   color: #6537D1;
 }
</style>

background-color css

<style>
 a { background-color: #6537D1; }

 a { background-color: rgb(101,55,209); }

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

border-color css

<style>
 span { border-color: #6537D1; }

 span { border-color: rgb(101,55,209); }

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