Html Css Color HEX #6537BA Purple Heart

📋 copy color: '#6537BA'

red 101 ◦ green 55 ◦ blue 186

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

Shades of Purple Heart #6537BA

Tints of Purple Heart #6537BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.39%

R = 29.53%
G = 16.08%
B = 54.39%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6537BA (or 0x6537BA) is known color: Purple Heart. HEX triplet: 65, 37 and BA. RGB value is (101,55,186). Sum of RGB (Red+Green+Blue) = 101+55+186=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #6537BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6537BA is #9AC845. Grayscale: #535353. Windows color (decimal): -10143814 or 12203877. OLE color: 12203877.

HSL color Cylindrical-coordinate representation of color #6537BA: hue angle of 261.07º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6537BA is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 55 186 -
CMYK 0.46 0.70 0 0.27
HSL 261.07º 0.54% 0.47% -
HSV(B) 261.07º 0.7% 0.73% -
XYZ 15.6 9.04 47.38 -
YUV 83.69 185.74 140.35 -
System Red Green Blue C M Y K H S L
Decimal 101 55 186 0.46 0.70 0 0.27 261.07 0.54 0.47
Hex 65 37 BA 2E 46 0 1B 105 36 2F
Octal 145 67 272 56 106 0 33 405 66 57
Binary 1100101 110111 10111010 101110 1000110 0 11011 100000101 110110 101111

Color Harmonies of #6537BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6537BA

Black with #6537BA

Text Example


Text Example

White with #6537BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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