Html Css Color HEX #680EBF Purple Heart

📋 copy color: '#680EBF'

red 104 ◦ green 14 ◦ blue 191

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

Shades of Purple Heart #680EBF

Tints of Purple Heart #680EBF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.53%

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

R = 33.66%
G = 4.53%
B = 61.81%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#680EBF (or 0x680EBF) is known color: Purple Heart. HEX triplet: 68, 0E and BF. RGB value is (104,14,191). Sum of RGB (Red+Green+Blue) = 104+14+191=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #680EBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680EBF is #97F140. Grayscale: #3C3C3C. Windows color (decimal): -9957697 or 12521064. OLE color: 12521064.

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

Color convert

RGB 104 14 191 -
CMYK 0.46 0.93 0 0.25
HSL 270.51º 0.86% 0.4% -
HSV(B) 270.51º 0.93% 0.75% -
XYZ 15.27 7.02 49.84 -
YUV 61.09 201.32 158.61 -
System Red Green Blue C M Y K H S L
Decimal 104 14 191 0.46 0.93 0 0.25 270.51 0.86 0.4
Hex 68 E BF 2E 5D 0 19 10F 56 28
Octal 150 16 277 56 135 0 31 417 126 50
Binary 1101000 1110 10111111 101110 1011101 0 11001 100001111 1010110 101000

Color Harmonies of #680EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680EBF

Black with #680EBF

Text Example


Text Example

White with #680EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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