Html Css Color HEX #680FAB Purple Heart

📋 copy color: '#680FAB'

red 104 ◦ green 15 ◦ blue 171

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

Shades of Purple Heart #680FAB

Tints of Purple Heart #680FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 58.97%

R = 35.86%
G = 5.17%
B = 58.97%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#680FAB (or 0x680FAB) is known color: Purple Heart. HEX triplet: 68, 0F and AB. RGB value is (104,15,171). Sum of RGB (Red+Green+Blue) = 104+15+171=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #680FAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680FAB is #97F054. Grayscale: #3A3A3A. Windows color (decimal): -9957461 or 11210600. OLE color: 11210600.

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

Color convert

RGB 104 15 171 -
CMYK 0.39 0.91 0 0.33
HSL 274.23º 0.84% 0.36% -
HSV(B) 274.23º 0.91% 0.67% -
XYZ 13.23 6.22 39.03 -
YUV 59.4 190.99 159.82 -
System Red Green Blue C M Y K H S L
Decimal 104 15 171 0.39 0.91 0 0.33 274.23 0.84 0.36
Hex 68 F AB 27 5B 0 21 112 54 24
Octal 150 17 253 47 133 0 41 422 124 44
Binary 1101000 1111 10101011 100111 1011011 0 100001 100010010 1010100 100100

Color Harmonies of #680FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680FAB

Black with #680FAB

Text Example


Text Example

White with #680FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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