Html Css Color HEX #680FBB Purple Heart

📋 copy color: '#680FBB'

red 104 ◦ green 15 ◦ blue 187

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

Shades of Purple Heart #680FBB

Tints of Purple Heart #680FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.11%

R = 33.99%
G = 4.9%
B = 61.11%

CMYK

 C value IS 0.44

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#680FBB (or 0x680FBB) is known color: Purple Heart. HEX triplet: 68, 0F and BB. RGB value is (104,15,187). Sum of RGB (Red+Green+Blue) = 104+15+187=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #680FBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680FBB is #97F044. Grayscale: #3C3C3C. Windows color (decimal): -9957445 or 12259176. OLE color: 12259176.

HSL color Cylindrical-coordinate representation of color #680FBB: hue angle of 271.05º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680FBB is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 15 187 -
CMYK 0.44 0.92 0 0.27
HSL 271.05º 0.85% 0.4% -
HSV(B) 271.05º 0.92% 0.73% -
XYZ 14.85 6.87 47.56 -
YUV 61.22 198.99 158.51 -
System Red Green Blue C M Y K H S L
Decimal 104 15 187 0.44 0.92 0 0.27 271.05 0.85 0.4
Hex 68 F BB 2C 5C 0 1B 10F 55 28
Octal 150 17 273 54 134 0 33 417 125 50
Binary 1101000 1111 10111011 101100 1011100 0 11011 100001111 1010101 101000

Color Harmonies of #680FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680FBB

Black with #680FBB

Text Example


Text Example

White with #680FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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