Html Css Color HEX #680ABF Purple Heart

📋 copy color: '#680ABF'

red 104 ◦ green 10 ◦ blue 191

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

Shades of Purple Heart #680ABF

Tints of Purple Heart #680ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.62%

R = 34.1%
G = 3.28%
B = 62.62%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#680ABF (or 0x680ABF) is known color: Purple Heart. HEX triplet: 68, 0A and BF. RGB value is (104,10,191). Sum of RGB (Red+Green+Blue) = 104+10+191=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #680ABF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680ABF is #97F540. Grayscale: #3A3A3A. Windows color (decimal): -9958721 or 12520040. OLE color: 12520040.

HSL color Cylindrical-coordinate representation of color #680ABF: hue angle of 271.16º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680ABF is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 10 191 -
CMYK 0.46 0.95 0 0.25
HSL 271.16º 0.9% 0.39% -
HSV(B) 271.16º 0.95% 0.75% -
XYZ 15.22 6.92 49.82 -
YUV 58.74 202.64 160.28 -
System Red Green Blue C M Y K H S L
Decimal 104 10 191 0.46 0.95 0 0.25 271.16 0.9 0.39
Hex 68 A BF 2E 5F 0 19 10F 5A 27
Octal 150 12 277 56 137 0 31 417 132 47
Binary 1101000 1010 10111111 101110 1011111 0 11001 100001111 1011010 100111

Color Harmonies of #680ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680ABF

Black with #680ABF

Text Example


Text Example

White with #680ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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