Html Css Color HEX #680EBB Purple Heart

📋 copy color: '#680EBB'

red 104 ◦ green 14 ◦ blue 187

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

Shades of Purple Heart #680EBB

Tints of Purple Heart #680EBB

RGB

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

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

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

R = 34.1%
G = 4.59%
B = 61.31%

CMYK

 C value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#680EBB (or 0x680EBB) is known color: Purple Heart. HEX triplet: 68, 0E and BB. RGB value is (104,14,187). Sum of RGB (Red+Green+Blue) = 104+14+187=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #680EBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680EBB is #97F144. Grayscale: #3C3C3C. Windows color (decimal): -9957701 or 12258920. OLE color: 12258920.

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

Color convert

RGB 104 14 187 -
CMYK 0.44 0.93 0 0.27
HSL 271.21º 0.86% 0.39% -
HSV(B) 271.21º 0.93% 0.73% -
XYZ 14.84 6.84 47.55 -
YUV 60.63 199.32 158.93 -
System Red Green Blue C M Y K H S L
Decimal 104 14 187 0.44 0.93 0 0.27 271.21 0.86 0.39
Hex 68 E BB 2C 5D 0 1B 10F 56 27
Octal 150 16 273 54 135 0 33 417 126 47
Binary 1101000 1110 10111011 101100 1011101 0 11011 100001111 1010110 100111

Color Harmonies of #680EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680EBB

Black with #680EBB

Text Example


Text Example

White with #680EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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