Html Css Color HEX #680DB0 Purple Heart

📋 copy color: '#680DB0'

red 104 ◦ green 13 ◦ blue 176

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

Shades of Purple Heart #680DB0

Tints of Purple Heart #680DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 60.07%

R = 35.49%
G = 4.44%
B = 60.07%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#680DB0 (or 0x680DB0) is known color: Purple Heart. HEX triplet: 68, 0D and B0. RGB value is (104,13,176). Sum of RGB (Red+Green+Blue) = 104+13+176=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 13 (5.47% from 255 or 4.44% from 293); Blue value is 176 (69.14% from 255 or 60.07% from 293); Max value from RGB is 176 - color contains mainly: blue. Hex color #680DB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680DB0 is #97F24F. Grayscale: #3A3A3A. Windows color (decimal): -9957968 or 11537768. OLE color: 11537768.

HSL color Cylindrical-coordinate representation of color #680DB0: hue angle of 273.5º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680DB0 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 13 176 -
CMYK 0.41 0.93 0 0.31
HSL 273.5º 0.86% 0.37% -
HSV(B) 273.5º 0.93% 0.69% -
XYZ 13.69 6.37 41.58 -
YUV 58.79 194.15 160.25 -
System Red Green Blue C M Y K H S L
Decimal 104 13 176 0.41 0.93 0 0.31 273.5 0.86 0.37
Hex 68 D B0 29 5D 0 1F 111 56 25
Octal 150 15 260 51 135 0 37 421 126 45
Binary 1101000 1101 10110000 101001 1011101 0 11111 100010001 1010110 100101

Color Harmonies of #680DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680DB0

Black with #680DB0

Text Example


Text Example

White with #680DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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