Html Css Color HEX #681DB6 Purple Heart

📋 copy color: '#681DB6'

red 104 ◦ green 29 ◦ blue 182

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

Shades of Purple Heart #681DB6

Tints of Purple Heart #681DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 57.78%

R = 33.02%
G = 9.21%
B = 57.78%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#681DB6 (or 0x681DB6) is known color: Purple Heart. HEX triplet: 68, 1D and B6. RGB value is (104,29,182). Sum of RGB (Red+Green+Blue) = 104+29+182=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 182 (71.48% from 255 or 57.78% from 315); Max value from RGB is 182 - color contains mainly: blue. Hex color #681DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681DB6 is #97E249. Grayscale: #444444. Windows color (decimal): -9953866 or 11935080. OLE color: 11935080.

HSL color Cylindrical-coordinate representation of color #681DB6: hue angle of 269.41º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681DB6 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 104 29 182 -
CMYK 0.43 0.84 0 0.29
HSL 269.41º 0.73% 0.41% -
HSV(B) 269.41º 0.84% 0.71% -
XYZ 14.59 7.2 44.88 -
YUV 68.87 191.85 153.06 -
System Red Green Blue C M Y K H S L
Decimal 104 29 182 0.43 0.84 0 0.29 269.41 0.73 0.41
Hex 68 1D B6 2B 54 0 1D 10D 49 29
Octal 150 35 266 53 124 0 35 415 111 51
Binary 1101000 11101 10110110 101011 1010100 0 11101 100001101 1001001 101001

Color Harmonies of #681DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681DB6

Black with #681DB6

Text Example


Text Example

White with #681DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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