Html Css Color HEX #680FBC Purple Heart

📋 copy color: '#680FBC'

red 104 ◦ green 15 ◦ blue 188

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

Shades of Purple Heart #680FBC

Tints of Purple Heart #680FBC

RGB

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

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

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

R = 33.88%
G = 4.89%
B = 61.24%

CMYK

 C value IS 0.45

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#680FBC (or 0x680FBC) is known color: Purple Heart. HEX triplet: 68, 0F and BC. RGB value is (104,15,188). Sum of RGB (Red+Green+Blue) = 104+15+188=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #680FBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680FBC is #97F043. Grayscale: #3C3C3C. Windows color (decimal): -9957444 or 12324712. OLE color: 12324712.

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

Color convert

RGB 104 15 188 -
CMYK 0.45 0.92 0 0.26
HSL 270.87º 0.85% 0.4% -
HSV(B) 270.87º 0.92% 0.74% -
XYZ 14.96 6.92 48.12 -
YUV 61.33 199.49 158.43 -
System Red Green Blue C M Y K H S L
Decimal 104 15 188 0.45 0.92 0 0.26 270.87 0.85 0.4
Hex 68 F BC 2D 5C 0 1A 10F 55 28
Octal 150 17 274 55 134 0 32 417 125 50
Binary 1101000 1111 10111100 101101 1011100 0 11010 100001111 1010101 101000

Color Harmonies of #680FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680FBC

Black with #680FBC

Text Example


Text Example

White with #680FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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