Html Css Color HEX #6414AE Purple Heart

📋 copy color: '#6414AE'

red 100 ◦ green 20 ◦ blue 174

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

Shades of Purple Heart #6414AE

Tints of Purple Heart #6414AE

RGB

 RED value IS 100 (39.45% from 255) = 34.01%

 GREEN value IS 20 (8.2% from 255) = 6.8%

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

R = 34.01%
G = 6.8%
B = 59.18%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6414AE (or 0x6414AE) is known color: Purple Heart. HEX triplet: 64, 14 and AE. RGB value is (100,20,174). Sum of RGB (Red+Green+Blue) = 100+20+174=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #6414AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6414AE is #9BEB51. Grayscale: #3C3C3C. Windows color (decimal): -10218322 or 11408484. OLE color: 11408484.

HSL color Cylindrical-coordinate representation of color #6414AE: hue angle of 271.17º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6414AE is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 20 174 -
CMYK 0.43 0.89 0 0.32
HSL 271.17º 0.79% 0.38% -
HSV(B) 271.17º 0.89% 0.68% -
XYZ 13.15 6.27 40.56 -
YUV 61.48 191.5 155.48 -
System Red Green Blue C M Y K H S L
Decimal 100 20 174 0.43 0.89 0 0.32 271.17 0.79 0.38
Hex 64 14 AE 2B 59 0 20 10F 4F 26
Octal 144 24 256 53 131 0 40 417 117 46
Binary 1100100 10100 10101110 101011 1011001 0 100000 100001111 1001111 100110

Color Harmonies of #6414AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6414AE

Black with #6414AE

Text Example


Text Example

White with #6414AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,20,174); }

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

background-color css

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

 a { background-color: rgb(100,20,174); }

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

border-color css

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

 span { border-color: rgb(100,20,174); }

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