Html Css Color HEX #680DBA Purple Heart

📋 copy color: '#680DBA'

red 104 ◦ green 13 ◦ blue 186

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

Shades of Purple Heart #680DBA

Tints of Purple Heart #680DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 61.39%

R = 34.32%
G = 4.29%
B = 61.39%

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

#680DBA (or 0x680DBA) is known color: Purple Heart. HEX triplet: 68, 0D and BA. RGB value is (104,13,186). Sum of RGB (Red+Green+Blue) = 104+13+186=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #680DBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680DBA is #97F245. Grayscale: #3B3B3B. Windows color (decimal): -9957958 or 12193128. OLE color: 12193128.

HSL color Cylindrical-coordinate representation of color #680DBA: hue angle of 271.56º degrees, saturation: 0.87, 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 #680DBA is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 13 186 -
CMYK 0.44 0.93 0 0.27
HSL 271.56º 0.87% 0.39% -
HSV(B) 271.56º 0.93% 0.73% -
XYZ 14.72 6.78 46.99 -
YUV 59.93 199.15 159.43 -
System Red Green Blue C M Y K H S L
Decimal 104 13 186 0.44 0.93 0 0.27 271.56 0.87 0.39
Hex 68 D BA 2C 5D 0 1B 110 57 27
Octal 150 15 272 54 135 0 33 420 127 47
Binary 1101000 1101 10111010 101100 1011101 0 11011 100010000 1010111 100111

Color Harmonies of #680DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680DBA

Black with #680DBA

Text Example


Text Example

White with #680DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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