Html Css Color HEX #6711AA Purple Heart

📋 copy color: '#6711AA'

red 103 ◦ green 17 ◦ blue 170

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

Shades of Purple Heart #6711AA

Tints of Purple Heart #6711AA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.86%

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

R = 35.52%
G = 5.86%
B = 58.62%

CMYK

 C value IS 0.39

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6711AA (or 0x6711AA) is known color: Purple Heart. HEX triplet: 67, 11 and AA. RGB value is (103,17,170). Sum of RGB (Red+Green+Blue) = 103+17+170=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #6711AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6711AA is #98EE55. Grayscale: #3B3B3B. Windows color (decimal): -10022486 or 11145575. OLE color: 11145575.

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

Color convert

RGB 103 17 170 -
CMYK 0.39 0.9 0 0.33
HSL 273.73º 0.82% 0.37% -
HSV(B) 273.73º 0.9% 0.67% -
XYZ 13.05 6.19 38.54 -
YUV 60.16 189.99 158.56 -
System Red Green Blue C M Y K H S L
Decimal 103 17 170 0.39 0.9 0 0.33 273.73 0.82 0.37
Hex 67 11 AA 27 5A 0 21 112 52 25
Octal 147 21 252 47 132 0 41 422 122 45
Binary 1100111 10001 10101010 100111 1011010 0 100001 100010010 1010010 100101

Color Harmonies of #6711AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6711AA

Black with #6711AA

Text Example


Text Example

White with #6711AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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