#6908C0

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

Shades of Purple Heart #6908C0

Tints of Purple Heart #6908C0

Color information

#6908C0 (or 0x6908C0) is unknown color: approx Purple Heart. HEX triplet: 69, 08 and C0. RGB value is (105,8,192). Sum of RGB (Red+Green+Blue) = 105+8+192=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 192 (75.39% from 255 or 62.95% from 305); Max value from RGB is 192 - color contains mainly: blue. Hex color #6908C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6908C0 is #96F73F. Grayscale: #393939. Windows color (decimal): -9893696 or 12585065. OLE color: 12585065.

HSL color Cylindrical-coordinate representation of color #6908C0: hue angle of 271.63º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6908C0 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1058192-
CMYK0.450.9600.25
HSL271.63º92%39.22%-
HSV(B)271.63º95.83%75.29%-
XYZ15.436.9850.4-
YUV57.98203.64161.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.43%
GREEN value IS 8 (3.52% from 255) = 2.62%
BLUE value IS 192 (75.39% from 255) = 62.95%
R=34.43%
G=2.62%
B=62.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10581920.450.9600.25271.639239.22
Hex698C02D600191105c27
Octal151103005514003142013447
Binary110100110001100000010110111000000110011000100001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6908C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6908C0; }

 p { color: rgb(105,8,192); }

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

<style>
 a { background-color: #6908C0; }

 a { background-color: rgb(105,8,192); }

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

<style>
 span { border-color: #6908C0; }

 span { border-color: rgb(105,8,192); }

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