#6813B1

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

Shades of Purple Heart #6813B1

Tints of Purple Heart #6813B1

Color information

#6813B1 (or 0x6813B1) is unknown color: approx Purple Heart. HEX triplet: 68, 13 and B1. RGB value is (104,19,177). Sum of RGB (Red+Green+Blue) = 104+19+177=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 177 (69.53% from 255 or 59% from 300); Max value from RGB is 177 - color contains mainly: blue. Hex color #6813B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6813B1 is #97EC4E. Grayscale: #3D3D3D. Windows color (decimal): -9956431 or 11604840. OLE color: 11604840.

HSL color Cylindrical-coordinate representation of color #6813B1: hue angle of 272.28º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6813B1 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10419177-
CMYK0.410.8900.31
HSL272.28º80.61%38.43%-
HSV(B)272.28º89.27%69.41%-
XYZ13.886.5842.13-
YUV62.43192.66157.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.67%
GREEN value IS 19 (7.81% from 255) = 6.33%
BLUE value IS 177 (69.53% from 255) = 59%
R=34.67%
G=6.33%
B=59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104191770.410.8900.31272.2880.6138.43
Hex6813B1295901F1105126
Octal150232615113103742012146
Binary1101000100111011000110100110110010111111000100001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6813B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6813B1; }

 p { color: rgb(104,19,177); }

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

<style>
 a { background-color: #6813B1; }

 a { background-color: rgb(104,19,177); }

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

<style>
 span { border-color: #6813B1; }

 span { border-color: rgb(104,19,177); }

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