Html Css Color HEX #680DBC Purple Heart

📋 copy color: '#680DBC'

red 104 ◦ green 13 ◦ blue 188

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

Shades of Purple Heart #680DBC

Tints of Purple Heart #680DBC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.26%

 BLUE value IS 188 (73.83% from 255) = 61.64%

R = 34.1%
G = 4.26%
B = 61.64%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#680DBC (or 0x680DBC) is known color: Purple Heart. HEX triplet: 68, 0D and BC. RGB value is (104,13,188). Sum of RGB (Red+Green+Blue) = 104+13+188=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #680DBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680DBC is #97F243. Grayscale: #3B3B3B. Windows color (decimal): -9957956 or 12324200. OLE color: 12324200.

HSL color Cylindrical-coordinate representation of color #680DBC: hue angle of 271.2º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680DBC is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 13 188 -
CMYK 0.45 0.93 0 0.26
HSL 271.2º 0.87% 0.39% -
HSV(B) 271.2º 0.93% 0.74% -
XYZ 14.93 6.86 48.11 -
YUV 60.16 200.15 159.27 -
System Red Green Blue C M Y K H S L
Decimal 104 13 188 0.45 0.93 0 0.26 271.2 0.87 0.39
Hex 68 D BC 2D 5D 0 1A 10F 57 27
Octal 150 15 274 55 135 0 32 417 127 47
Binary 1101000 1101 10111100 101101 1011101 0 11010 100001111 1010111 100111

Color Harmonies of #680DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680DBC

Black with #680DBC

Text Example


Text Example

White with #680DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,13,188); }

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

background-color css

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

 a { background-color: rgb(104,13,188); }

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

border-color css

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

 span { border-color: rgb(104,13,188); }

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