Html Css Color HEX #680CAC Purple Heart

📋 copy color: '#680CAC'

red 104 ◦ green 12 ◦ blue 172

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

Shades of Purple Heart #680CAC

Tints of Purple Heart #680CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.17%

 BLUE value IS 172 (67.58% from 255) = 59.72%

R = 36.11%
G = 4.17%
B = 59.72%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#680CAC (or 0x680CAC) is known color: Purple Heart. HEX triplet: 68, 0C and AC. RGB value is (104,12,172). Sum of RGB (Red+Green+Blue) = 104+12+172=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #680CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680CAC is #97F353. Grayscale: #393939. Windows color (decimal): -9958228 or 11275368. OLE color: 11275368.

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

Color convert

RGB 104 12 172 -
CMYK 0.40 0.93 0 0.33
HSL 274.5º 0.87% 0.36% -
HSV(B) 274.5º 0.93% 0.67% -
XYZ 13.29 6.18 39.52 -
YUV 57.75 192.48 160.99 -
System Red Green Blue C M Y K H S L
Decimal 104 12 172 0.40 0.93 0 0.33 274.5 0.87 0.36
Hex 68 C AC 28 5D 0 21 112 57 24
Octal 150 14 254 50 135 0 41 422 127 44
Binary 1101000 1100 10101100 101000 1011101 0 100001 100010010 1010111 100100

Color Harmonies of #680CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680CAC

Black with #680CAC

Text Example


Text Example

White with #680CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,12,172); }

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

background-color css

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

 a { background-color: rgb(104,12,172); }

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

border-color css

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

 span { border-color: rgb(104,12,172); }

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