Html Css Color HEX #6C21AE Purple Heart

📋 copy color: '#6C21AE'

red 108 ◦ green 33 ◦ blue 174

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

Shades of Purple Heart #6C21AE

Tints of Purple Heart #6C21AE

RGB

 RED value IS 108 (42.58% from 255) = 34.29%

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

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

R = 34.29%
G = 10.48%
B = 55.24%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6C21AE (or 0x6C21AE) is known color: Purple Heart. HEX triplet: 6C, 21 and AE. RGB value is (108,33,174). Sum of RGB (Red+Green+Blue) = 108+33+174=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C21AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C21AE is #93DE51. Grayscale: #474747. Windows color (decimal): -9690706 or 11411820. OLE color: 11411820.

HSL color Cylindrical-coordinate representation of color #6C21AE: hue angle of 271.91º 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 #6C21AE is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 108 33 174 -
CMYK 0.38 0.81 0 0.32
HSL 271.91º 0.68% 0.41% -
HSV(B) 271.91º 0.81% 0.68% -
XYZ 14.37 7.33 40.7 -
YUV 71.5 185.85 154.04 -
System Red Green Blue C M Y K H S L
Decimal 108 33 174 0.38 0.81 0 0.32 271.91 0.68 0.41
Hex 6C 21 AE 26 51 0 20 110 44 29
Octal 154 41 256 46 121 0 40 420 104 51
Binary 1101100 100001 10101110 100110 1010001 0 100000 100010000 1000100 101001

Color Harmonies of #6C21AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C21AE

Black with #6C21AE

Text Example


Text Example

White with #6C21AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C21AE; }

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

 H1.HeaderClassName
 {
   color: #6C21AE;
 }
 .AnyTagClassName
 {
   color: #6C21AE;
 }
</style>

background-color css

<style>
 a { background-color: #6C21AE; }

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

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

border-color css

<style>
 span { border-color: #6C21AE; }

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

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