Html Css Color HEX #6721AE Purple Heart

📋 copy color: '#6721AE'

red 103 ◦ green 33 ◦ blue 174

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

Shades of Purple Heart #6721AE

Tints of Purple Heart #6721AE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.65%

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

R = 33.23%
G = 10.65%
B = 56.13%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6721AE (or 0x6721AE) is known color: Purple Heart. HEX triplet: 67, 21 and AE. RGB value is (103,33,174). Sum of RGB (Red+Green+Blue) = 103+33+174=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #6721AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6721AE is #98DE51. Grayscale: #454545. Windows color (decimal): -10018386 or 11411815. OLE color: 11411815.

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

Color convert

RGB 103 33 174 -
CMYK 0.41 0.81 0 0.32
HSL 269.79º 0.68% 0.41% -
HSV(B) 269.79º 0.81% 0.68% -
XYZ 13.78 7.03 40.67 -
YUV 70 186.69 151.54 -
System Red Green Blue C M Y K H S L
Decimal 103 33 174 0.41 0.81 0 0.32 269.79 0.68 0.41
Hex 67 21 AE 29 51 0 20 10E 44 29
Octal 147 41 256 51 121 0 40 416 104 51
Binary 1100111 100001 10101110 101001 1010001 0 100000 100001110 1000100 101001

Color Harmonies of #6721AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6721AE

Black with #6721AE

Text Example


Text Example

White with #6721AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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