Html Css Color HEX #681DBA Purple Heart

📋 copy color: '#681DBA'

red 104 ◦ green 29 ◦ blue 186

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

Shades of Purple Heart #681DBA

Tints of Purple Heart #681DBA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.09%

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

R = 32.6%
G = 9.09%
B = 58.31%

CMYK

 C value IS 0.44

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#681DBA (or 0x681DBA) is known color: Purple Heart. HEX triplet: 68, 1D and BA. RGB value is (104,29,186). Sum of RGB (Red+Green+Blue) = 104+29+186=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #681DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681DBA is #97E245. Grayscale: #444444. Windows color (decimal): -9953862 or 12197224. OLE color: 12197224.

HSL color Cylindrical-coordinate representation of color #681DBA: hue angle of 268.66º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681DBA is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 29 186 -
CMYK 0.44 0.84 0 0.27
HSL 268.66º 0.73% 0.42% -
HSV(B) 268.66º 0.84% 0.73% -
XYZ 15.01 7.37 47.09 -
YUV 69.32 193.85 152.73 -
System Red Green Blue C M Y K H S L
Decimal 104 29 186 0.44 0.84 0 0.27 268.66 0.73 0.42
Hex 68 1D BA 2C 54 0 1B 10D 49 2A
Octal 150 35 272 54 124 0 33 415 111 52
Binary 1101000 11101 10111010 101100 1010100 0 11011 100001101 1001001 101010

Color Harmonies of #681DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681DBA

Black with #681DBA

Text Example


Text Example

White with #681DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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