Html Css Color HEX #6714AE Purple Heart

📋 copy color: '#6714AE'

red 103 ◦ green 20 ◦ blue 174

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

Shades of Purple Heart #6714AE

Tints of Purple Heart #6714AE

RGB

 RED value IS 103 (40.63% from 255) = 34.68%

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

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

R = 34.68%
G = 6.73%
B = 58.59%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6714AE (or 0x6714AE) is known color: Purple Heart. HEX triplet: 67, 14 and AE. RGB value is (103,20,174). Sum of RGB (Red+Green+Blue) = 103+20+174=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 174 (68.36% from 255 or 58.59% from 297); Max value from RGB is 174 - color contains mainly: blue. Hex color #6714AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6714AE is #98EB51. Grayscale: #3D3D3D. Windows color (decimal): -10021714 or 11408487. OLE color: 11408487.

HSL color Cylindrical-coordinate representation of color #6714AE: hue angle of 272.34º 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 #6714AE is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 103 20 174 -
CMYK 0.41 0.89 0 0.32
HSL 272.34º 0.79% 0.38% -
HSV(B) 272.34º 0.89% 0.68% -
XYZ 13.48 6.44 40.58 -
YUV 62.37 191 156.98 -
System Red Green Blue C M Y K H S L
Decimal 103 20 174 0.41 0.89 0 0.32 272.34 0.79 0.38
Hex 67 14 AE 29 59 0 20 110 4F 26
Octal 147 24 256 51 131 0 40 420 117 46
Binary 1100111 10100 10101110 101001 1011001 0 100000 100010000 1001111 100110

Color Harmonies of #6714AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6714AE

Black with #6714AE

Text Example


Text Example

White with #6714AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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