Html Css Color HEX #6531AE Purple Heart

📋 copy color: '#6531AE'

red 101 ◦ green 49 ◦ blue 174

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

Shades of Purple Heart #6531AE

Tints of Purple Heart #6531AE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.12%

 BLUE value IS 174 (68.36% from 255) = 53.7%

R = 31.17%
G = 15.12%
B = 53.7%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6531AE (or 0x6531AE) is known color: Purple Heart. HEX triplet: 65, 31 and AE. RGB value is (101,49,174). Sum of RGB (Red+Green+Blue) = 101+49+174=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #6531AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6531AE is #9ACE51. Grayscale: #4E4E4E. Windows color (decimal): -10145362 or 11415909. OLE color: 11415909.

HSL color Cylindrical-coordinate representation of color #6531AE: hue angle of 264.96º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6531AE is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 49 174 -
CMYK 0.42 0.72 0 0.32
HSL 264.96º 0.56% 0.44% -
HSV(B) 264.96º 0.72% 0.68% -
XYZ 14.11 8.02 40.85 -
YUV 78.8 181.73 143.84 -
System Red Green Blue C M Y K H S L
Decimal 101 49 174 0.42 0.72 0 0.32 264.96 0.56 0.44
Hex 65 31 AE 2A 48 0 20 109 38 2C
Octal 145 61 256 52 110 0 40 411 70 54
Binary 1100101 110001 10101110 101010 1001000 0 100000 100001001 111000 101100

Color Harmonies of #6531AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6531AE

Black with #6531AE

Text Example


Text Example

White with #6531AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6531AE; }

 p { color: rgb(101,49,174); }

 H1.HeaderClassName
 {
   color: #6531AE;
 }
 .AnyTagClassName
 {
   color: #6531AE;
 }
</style>

background-color css

<style>
 a { background-color: #6531AE; }

 a { background-color: rgb(101,49,174); }

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

border-color css

<style>
 span { border-color: #6531AE; }

 span { border-color: rgb(101,49,174); }

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