Html Css Color HEX #680AA8 Purple Heart

📋 copy color: '#680AA8'

red 104 ◦ green 10 ◦ blue 168

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

Shades of Purple Heart #680AA8

Tints of Purple Heart #680AA8

RGB

 RED value IS 104 (41.02% from 255) = 36.88%

 GREEN value IS 10 (4.3% from 255) = 3.55%

 BLUE value IS 168 (66.02% from 255) = 59.57%

R = 36.88%
G = 3.55%
B = 59.57%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#680AA8 (or 0x680AA8) is known color: Purple Heart. HEX triplet: 68, 0A and A8. RGB value is (104,10,168). Sum of RGB (Red+Green+Blue) = 104+10+168=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 168 (66.02% from 255 or 59.57% from 282); Max value from RGB is 168 - color contains mainly: blue. Hex color #680AA8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680AA8 is #97F557. Grayscale: #373737. Windows color (decimal): -9958744 or 11012712. OLE color: 11012712.

HSL color Cylindrical-coordinate representation of color #680AA8: hue angle of 275.7º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680AA8 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 104 10 168 -
CMYK 0.38 0.94 0 0.34
HSL 275.7º 0.89% 0.35% -
HSV(B) 275.7º 0.94% 0.66% -
XYZ 12.89 5.99 37.52 -
YUV 56.12 191.14 162.15 -
System Red Green Blue C M Y K H S L
Decimal 104 10 168 0.38 0.94 0 0.34 275.7 0.89 0.35
Hex 68 A A8 26 5E 0 22 114 59 23
Octal 150 12 250 46 136 0 42 424 131 43
Binary 1101000 1010 10101000 100110 1011110 0 100010 100010100 1011001 100011

Color Harmonies of #680AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680AA8

Black with #680AA8

Text Example


Text Example

White with #680AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680AA8; }

 p { color: rgb(104,10,168); }

 H1.HeaderClassName
 {
   color: #680AA8;
 }
 .AnyTagClassName
 {
   color: #680AA8;
 }
</style>

background-color css

<style>
 a { background-color: #680AA8; }

 a { background-color: rgb(104,10,168); }

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

border-color css

<style>
 span { border-color: #680AA8; }

 span { border-color: rgb(104,10,168); }

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