#682BB8

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

Shades of Purple Heart #682BB8

Tints of Purple Heart #682BB8

Color information

#682BB8 (or 0x682BB8) is unknown color: approx Purple Heart. HEX triplet: 68, 2B and B8. RGB value is (104,43,184). Sum of RGB (Red+Green+Blue) = 104+43+184=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 184 (72.27% from 255 or 55.59% from 331); Max value from RGB is 184 - color contains mainly: blue. Hex color #682BB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682BB8 is #97D447. Grayscale: #4C4C4C. Windows color (decimal): -9950280 or 12069736. OLE color: 12069736.

HSL color Cylindrical-coordinate representation of color #682BB8: hue angle of 265.96º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #682BB8 is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10443184-
CMYK0.430.7700.28
HSL265.96º62.11%44.51%-
HSV(B)265.96º76.63%72.16%-
XYZ15.228.1346.11-
YUV77.31188.21147.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.42%
GREEN value IS 43 (17.19% from 255) = 12.99%
BLUE value IS 184 (72.27% from 255) = 55.59%
R=31.42%
G=12.99%
B=55.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal104431840.430.7700.28265.9662.1144.51
Hex682BB82B4D01C10a3e2d
Octal15053270531150344127655
Binary1101000101011101110001010111001101011100100001010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682BB8; }

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

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

<style>
 a { background-color: #682BB8; }

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

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

<style>
 span { border-color: #682BB8; }

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

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