Html Css Color HEX #6706AD Purple Heart

📋 copy color: '#6706AD'

red 103 ◦ green 6 ◦ blue 173

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

Shades of Purple Heart #6706AD

Tints of Purple Heart #6706AD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.13%

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

R = 36.52%
G = 2.13%
B = 61.35%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6706AD (or 0x6706AD) is known color: Purple Heart. HEX triplet: 67, 06 and AD. RGB value is (103,6,173). Sum of RGB (Red+Green+Blue) = 103+6+173=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #6706AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6706AD is #98F952. Grayscale: #353535. Windows color (decimal): -10025299 or 11339367. OLE color: 11339367.

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

Color convert

RGB 103 6 173 -
CMYK 0.40 0.97 0 0.32
HSL 274.85º 0.93% 0.35% -
HSV(B) 274.85º 0.97% 0.68% -
XYZ 13.2 6.03 40 -
YUV 54.04 195.14 162.92 -
System Red Green Blue C M Y K H S L
Decimal 103 6 173 0.40 0.97 0 0.32 274.85 0.93 0.35
Hex 67 6 AD 28 61 0 20 113 5D 23
Octal 147 6 255 50 141 0 40 423 135 43
Binary 1100111 110 10101101 101000 1100001 0 100000 100010011 1011101 100011

Color Harmonies of #6706AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6706AD

Black with #6706AD

Text Example


Text Example

White with #6706AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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