Html Css Color HEX #681CB8 Purple Heart

📋 copy color: '#681CB8'

red 104 ◦ green 28 ◦ blue 184

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

Shades of Purple Heart #681CB8

Tints of Purple Heart #681CB8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.86%

 BLUE value IS 184 (72.27% from 255) = 58.23%

R = 32.91%
G = 8.86%
B = 58.23%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#681CB8 (or 0x681CB8) is known color: Purple Heart. HEX triplet: 68, 1C and B8. RGB value is (104,28,184). Sum of RGB (Red+Green+Blue) = 104+28+184=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 184 (72.27% from 255 or 58.23% from 316); Max value from RGB is 184 - color contains mainly: blue. Hex color #681CB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681CB8 is #97E347. Grayscale: #434343. Windows color (decimal): -9954120 or 12065896. OLE color: 12065896.

HSL color Cylindrical-coordinate representation of color #681CB8: hue angle of 269.23º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681CB8 is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 104 28 184 -
CMYK 0.43 0.85 0 0.28
HSL 269.23º 0.74% 0.42% -
HSV(B) 269.23º 0.85% 0.72% -
XYZ 14.78 7.23 45.96 -
YUV 68.51 193.18 153.32 -
System Red Green Blue C M Y K H S L
Decimal 104 28 184 0.43 0.85 0 0.28 269.23 0.74 0.42
Hex 68 1C B8 2B 55 0 1C 10D 4A 2A
Octal 150 34 270 53 125 0 34 415 112 52
Binary 1101000 11100 10111000 101011 1010101 0 11100 100001101 1001010 101010

Color Harmonies of #681CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681CB8

Black with #681CB8

Text Example


Text Example

White with #681CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,28,184); }

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

background-color css

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

 a { background-color: rgb(104,28,184); }

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

border-color css

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

 span { border-color: rgb(104,28,184); }

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