Html Css Color HEX #680FAC Purple Heart

📋 copy color: '#680FAC'

red 104 ◦ green 15 ◦ blue 172

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

Shades of Purple Heart #680FAC

Tints of Purple Heart #680FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.15%

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

R = 35.74%
G = 5.15%
B = 59.11%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#680FAC (or 0x680FAC) is known color: Purple Heart. HEX triplet: 68, 0F and AC. RGB value is (104,15,172). Sum of RGB (Red+Green+Blue) = 104+15+172=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #680FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680FAC is #97F053. Grayscale: #3A3A3A. Windows color (decimal): -9957460 or 11276136. OLE color: 11276136.

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

Color convert

RGB 104 15 172 -
CMYK 0.40 0.91 0 0.33
HSL 274.01º 0.84% 0.37% -
HSV(B) 274.01º 0.91% 0.67% -
XYZ 13.33 6.26 39.54 -
YUV 59.51 191.49 159.73 -
System Red Green Blue C M Y K H S L
Decimal 104 15 172 0.40 0.91 0 0.33 274.01 0.84 0.37
Hex 68 F AC 28 5B 0 21 112 54 25
Octal 150 17 254 50 133 0 41 422 124 45
Binary 1101000 1111 10101100 101000 1011011 0 100001 100010010 1010100 100101

Color Harmonies of #680FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680FAC

Black with #680FAC

Text Example


Text Example

White with #680FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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