Html Css Color HEX #6512AE Purple Heart

📋 copy color: '#6512AE'

red 101 ◦ green 18 ◦ blue 174

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

Shades of Purple Heart #6512AE

Tints of Purple Heart #6512AE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.14%

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

R = 34.47%
G = 6.14%
B = 59.39%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6512AE (or 0x6512AE) is known color: Purple Heart. HEX triplet: 65, 12 and AE. RGB value is (101,18,174). Sum of RGB (Red+Green+Blue) = 101+18+174=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #6512AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6512AE is #9AED51. Grayscale: #3C3C3C. Windows color (decimal): -10153298 or 11407973. OLE color: 11407973.

HSL color Cylindrical-coordinate representation of color #6512AE: hue angle of 271.92º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6512AE is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 18 174 -
CMYK 0.42 0.90 0 0.32
HSL 271.92º 0.81% 0.38% -
HSV(B) 271.92º 0.9% 0.68% -
XYZ 13.22 6.26 40.55 -
YUV 60.6 192 156.82 -
System Red Green Blue C M Y K H S L
Decimal 101 18 174 0.42 0.90 0 0.32 271.92 0.81 0.38
Hex 65 12 AE 2A 5A 0 20 110 51 26
Octal 145 22 256 52 132 0 40 420 121 46
Binary 1100101 10010 10101110 101010 1011010 0 100000 100010000 1010001 100110

Color Harmonies of #6512AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6512AE

Black with #6512AE

Text Example


Text Example

White with #6512AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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