#681FC0

Color #681FC0 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #681FC0

Tints of Purple Heart #681FC0

Color information

#681FC0 (or 0x681FC0) is unknown color: approx Purple Heart. HEX triplet: 68, 1F and C0. RGB value is (104,31,192). Sum of RGB (Red+Green+Blue) = 104+31+192=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 31 (12.5% from 255 or 9.48% from 327); Blue value is 192 (75.39% from 255 or 58.72% from 327); Max value from RGB is 192 - color contains mainly: blue. Hex color #681FC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681FC0 is #97E03F. Grayscale: #464646. Windows color (decimal): -9953344 or 12590952. OLE color: 12590952.

HSL color Cylindrical-coordinate representation of color #681FC0: hue angle of 267.2º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681FC0 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10431192-
CMYK0.460.8400.25
HSL267.2º72.2%43.73%-
HSV(B)267.2º83.85%75.29%-
XYZ15.717.7350.53-
YUV71.18196.18151.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.80%
GREEN value IS 31 (12.5% from 255) = 9.48%
BLUE value IS 192 (75.39% from 255) = 58.72%
R=31.80%
G=9.48%
B=58.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104311920.460.8400.25267.272.243.73
Hex681FC02E5401910b482c
Octal150373005612403141311054
Binary1101000111111100000010111010101000110011000010111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,31,192); }

 H1.HeaderClassName
 {
   color: #681FC0;
 }
 .AnyTagClassName
 {
   color: #681FC0;
 }
</style>
background-color css

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

 a { background-color: rgb(104,31,192); }

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

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

 span { border-color: rgb(104,31,192); }

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