Html Css Color HEX #6921AD Purple Heart

📋 copy color: '#6921AD'

red 105 ◦ green 33 ◦ blue 173

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

Shades of Purple Heart #6921AD

Tints of Purple Heart #6921AD

RGB

 RED value IS 105 (41.41% from 255) = 33.76%

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

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

R = 33.76%
G = 10.61%
B = 55.63%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6921AD (or 0x6921AD) is known color: Purple Heart. HEX triplet: 69, 21 and AD. RGB value is (105,33,173). Sum of RGB (Red+Green+Blue) = 105+33+173=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #6921AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6921AD is #96DE52. Grayscale: #464646. Windows color (decimal): -9887315 or 11346281. OLE color: 11346281.

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

Color convert

RGB 105 33 173 -
CMYK 0.39 0.81 0 0.32
HSL 270.86º 0.68% 0.4% -
HSV(B) 270.86º 0.81% 0.68% -
XYZ 13.91 7.11 40.17 -
YUV 70.49 185.85 152.62 -
System Red Green Blue C M Y K H S L
Decimal 105 33 173 0.39 0.81 0 0.32 270.86 0.68 0.4
Hex 69 21 AD 27 51 0 20 10F 44 28
Octal 151 41 255 47 121 0 40 417 104 50
Binary 1101001 100001 10101101 100111 1010001 0 100000 100001111 1000100 101000

Color Harmonies of #6921AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6921AD

Black with #6921AD

Text Example


Text Example

White with #6921AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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