Html Css Color HEX #6721AD Purple Heart

📋 copy color: '#6721AD'

red 103 ◦ green 33 ◦ blue 173

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

Shades of Purple Heart #6721AD

Tints of Purple Heart #6721AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.99%

R = 33.33%
G = 10.68%
B = 55.99%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6721AD (or 0x6721AD) is known color: Purple Heart. HEX triplet: 67, 21 and AD. RGB value is (103,33,173). Sum of RGB (Red+Green+Blue) = 103+33+173=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #6721AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6721AD is #98DE52. Grayscale: #454545. Windows color (decimal): -10018387 or 11346279. OLE color: 11346279.

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

Color convert

RGB 103 33 173 -
CMYK 0.40 0.81 0 0.32
HSL 270º 0.68% 0.4% -
HSV(B) 270º 0.81% 0.68% -
XYZ 13.68 6.99 40.16 -
YUV 69.89 186.19 151.62 -
System Red Green Blue C M Y K H S L
Decimal 103 33 173 0.40 0.81 0 0.32 270 0.68 0.4
Hex 67 21 AD 28 51 0 20 10E 44 28
Octal 147 41 255 50 121 0 40 416 104 50
Binary 1100111 100001 10101101 101000 1010001 0 100000 100001110 1000100 101000

Color Harmonies of #6721AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6721AD

Black with #6721AD

Text Example


Text Example

White with #6721AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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