Html Css Color HEX #6721AA Purple Heart

📋 copy color: '#6721AA'

red 103 ◦ green 33 ◦ blue 170

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

Shades of Purple Heart #6721AA

Tints of Purple Heart #6721AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.56%

R = 33.66%
G = 10.78%
B = 55.56%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6721AA (or 0x6721AA) is known color: Purple Heart. HEX triplet: 67, 21 and AA. RGB value is (103,33,170). Sum of RGB (Red+Green+Blue) = 103+33+170=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #6721AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6721AA is #98DE55. Grayscale: #454545. Windows color (decimal): -10018390 or 11149671. OLE color: 11149671.

HSL color Cylindrical-coordinate representation of color #6721AA: hue angle of 270.66º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6721AA is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 33 170 -
CMYK 0.39 0.81 0 0.33
HSL 270.66º 0.67% 0.4% -
HSV(B) 270.66º 0.81% 0.67% -
XYZ 13.39 6.87 38.65 -
YUV 69.55 184.69 151.86 -
System Red Green Blue C M Y K H S L
Decimal 103 33 170 0.39 0.81 0 0.33 270.66 0.67 0.4
Hex 67 21 AA 27 51 0 21 10F 43 28
Octal 147 41 252 47 121 0 41 417 103 50
Binary 1100111 100001 10101010 100111 1010001 0 100001 100001111 1000011 101000

Color Harmonies of #6721AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6721AA

Black with #6721AA

Text Example


Text Example

White with #6721AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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