Html Css Color HEX #6716AA Purple Heart

📋 copy color: '#6716AA'

red 103 ◦ green 22 ◦ blue 170

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

Shades of Purple Heart #6716AA

Tints of Purple Heart #6716AA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.46%

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

R = 34.92%
G = 7.46%
B = 57.63%

CMYK

 C value IS 0.39

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6716AA (or 0x6716AA) is known color: Purple Heart. HEX triplet: 67, 16 and AA. RGB value is (103,22,170). Sum of RGB (Red+Green+Blue) = 103+22+170=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #6716AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6716AA is #98E955. Grayscale: #3E3E3E. Windows color (decimal): -10021206 or 11146855. OLE color: 11146855.

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

Color convert

RGB 103 22 170 -
CMYK 0.39 0.87 0 0.33
HSL 272.84º 0.77% 0.38% -
HSV(B) 272.84º 0.87% 0.67% -
XYZ 13.14 6.36 38.57 -
YUV 63.09 188.34 156.47 -
System Red Green Blue C M Y K H S L
Decimal 103 22 170 0.39 0.87 0 0.33 272.84 0.77 0.38
Hex 67 16 AA 27 57 0 21 111 4D 26
Octal 147 26 252 47 127 0 41 421 115 46
Binary 1100111 10110 10101010 100111 1010111 0 100001 100010001 1001101 100110

Color Harmonies of #6716AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6716AA

Black with #6716AA

Text Example


Text Example

White with #6716AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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