Html Css Color HEX #681CB7 Purple Heart

📋 copy color: '#681CB7'

red 104 ◦ green 28 ◦ blue 183

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

Shades of Purple Heart #681CB7

Tints of Purple Heart #681CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 58.1%

R = 33.02%
G = 8.89%
B = 58.1%

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

#681CB7 (or 0x681CB7) is known color: Purple Heart. HEX triplet: 68, 1C and B7. RGB value is (104,28,183). Sum of RGB (Red+Green+Blue) = 104+28+183=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 183 (71.88% from 255 or 58.10% from 315); Max value from RGB is 183 - color contains mainly: blue. Hex color #681CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681CB7 is #97E348. Grayscale: #434343. Windows color (decimal): -9954121 or 12000360. OLE color: 12000360.

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

Color convert

RGB 104 28 183 -
CMYK 0.43 0.85 0 0.28
HSL 269.42º 0.73% 0.41% -
HSV(B) 269.42º 0.85% 0.72% -
XYZ 14.67 7.19 45.41 -
YUV 68.39 192.68 153.4 -
System Red Green Blue C M Y K H S L
Decimal 104 28 183 0.43 0.85 0 0.28 269.42 0.73 0.41
Hex 68 1C B7 2B 55 0 1C 10D 49 29
Octal 150 34 267 53 125 0 34 415 111 51
Binary 1101000 11100 10110111 101011 1010101 0 11100 100001101 1001001 101001

Color Harmonies of #681CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681CB7

Black with #681CB7

Text Example


Text Example

White with #681CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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