Html Css Color HEX #680BBF Purple Heart

📋 copy color: '#680BBF'

red 104 ◦ green 11 ◦ blue 191

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

Shades of Purple Heart #680BBF

Tints of Purple Heart #680BBF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.59%

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

R = 33.99%
G = 3.59%
B = 62.42%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#680BBF (or 0x680BBF) is known color: Purple Heart. HEX triplet: 68, 0B and BF. RGB value is (104,11,191). Sum of RGB (Red+Green+Blue) = 104+11+191=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #680BBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680BBF is #97F440. Grayscale: #3A3A3A. Windows color (decimal): -9958465 or 12520296. OLE color: 12520296.

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

Color convert

RGB 104 11 191 -
CMYK 0.46 0.94 0 0.25
HSL 271º 0.89% 0.4% -
HSV(B) 271º 0.94% 0.75% -
XYZ 15.23 6.94 49.83 -
YUV 59.33 202.31 159.86 -
System Red Green Blue C M Y K H S L
Decimal 104 11 191 0.46 0.94 0 0.25 271 0.89 0.4
Hex 68 B BF 2E 5E 0 19 10F 59 28
Octal 150 13 277 56 136 0 31 417 131 50
Binary 1101000 1011 10111111 101110 1011110 0 11001 100001111 1011001 101000

Color Harmonies of #680BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680BBF

Black with #680BBF

Text Example


Text Example

White with #680BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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