Html Css Color HEX #680DAA Purple Heart

📋 copy color: '#680DAA'

red 104 ◦ green 13 ◦ blue 170

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

Shades of Purple Heart #680DAA

Tints of Purple Heart #680DAA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.53%

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

R = 36.24%
G = 4.53%
B = 59.23%

CMYK

 C value IS 0.39

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#680DAA (or 0x680DAA) is known color: Purple Heart. HEX triplet: 68, 0D and AA. RGB value is (104,13,170). Sum of RGB (Red+Green+Blue) = 104+13+170=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #680DAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680DAA is #97F255. Grayscale: #393939. Windows color (decimal): -9957974 or 11144552. OLE color: 11144552.

HSL color Cylindrical-coordinate representation of color #680DAA: hue angle of 274.78º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680DAA is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 13 170 -
CMYK 0.39 0.92 0 0.33
HSL 274.78º 0.86% 0.36% -
HSV(B) 274.78º 0.92% 0.67% -
XYZ 13.11 6.13 38.52 -
YUV 58.11 191.15 160.73 -
System Red Green Blue C M Y K H S L
Decimal 104 13 170 0.39 0.92 0 0.33 274.78 0.86 0.36
Hex 68 D AA 27 5C 0 21 113 56 24
Octal 150 15 252 47 134 0 41 423 126 44
Binary 1101000 1101 10101010 100111 1011100 0 100001 100010011 1010110 100100

Color Harmonies of #680DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680DAA

Black with #680DAA

Text Example


Text Example

White with #680DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,13,170); }

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

background-color css

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

 a { background-color: rgb(104,13,170); }

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

border-color css

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

 span { border-color: rgb(104,13,170); }

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