Html Css Color HEX #6708AD Purple Heart

📋 copy color: '#6708AD'

red 103 ◦ green 8 ◦ blue 173

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

Shades of Purple Heart #6708AD

Tints of Purple Heart #6708AD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.82%

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

R = 36.27%
G = 2.82%
B = 60.92%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6708AD (or 0x6708AD) is known color: Purple Heart. HEX triplet: 67, 08 and AD. RGB value is (103,8,173). Sum of RGB (Red+Green+Blue) = 103+8+173=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #6708AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6708AD is #98F752. Grayscale: #363636. Windows color (decimal): -10024787 or 11339879. OLE color: 11339879.

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

Color convert

RGB 103 8 173 -
CMYK 0.40 0.95 0 0.32
HSL 274.55º 0.91% 0.35% -
HSV(B) 274.55º 0.95% 0.68% -
XYZ 13.22 6.07 40.01 -
YUV 55.22 194.47 162.08 -
System Red Green Blue C M Y K H S L
Decimal 103 8 173 0.40 0.95 0 0.32 274.55 0.91 0.35
Hex 67 8 AD 28 5F 0 20 113 5B 23
Octal 147 10 255 50 137 0 40 423 133 43
Binary 1100111 1000 10101101 101000 1011111 0 100000 100010011 1011011 100011

Color Harmonies of #6708AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6708AD

Black with #6708AD

Text Example


Text Example

White with #6708AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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