Html Css Color HEX #6501AE Purple Heart

📋 copy color: '#6501AE'

red 101 ◦ green 1 ◦ blue 174

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

Shades of Purple Heart #6501AE

Tints of Purple Heart #6501AE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 36.59%
G = 0.36%
B = 63.04%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6501AE (or 0x6501AE) is known color: Purple Heart. HEX triplet: 65, 01 and AE. RGB value is (101,1,174). Sum of RGB (Red+Green+Blue) = 101+1+174=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #6501AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6501AE is #9AFE51. Grayscale: #323232. Windows color (decimal): -10157650 or 11403621. OLE color: 11403621.

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

Color convert

RGB 101 1 174 -
CMYK 0.42 0.99 0 0.32
HSL 274.68º 0.99% 0.34% -
HSV(B) 274.68º 0.99% 0.68% -
XYZ 13.02 5.84 40.49 -
YUV 50.62 197.63 163.93 -
System Red Green Blue C M Y K H S L
Decimal 101 1 174 0.42 0.99 0 0.32 274.68 0.99 0.34
Hex 65 1 AE 2A 63 0 20 113 63 22
Octal 145 1 256 52 143 0 40 423 143 42
Binary 1100101 1 10101110 101010 1100011 0 100000 100010011 1100011 100010

Color Harmonies of #6501AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6501AE

Black with #6501AE

Text Example


Text Example

White with #6501AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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