#6314B0

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

Shades of Purple Heart #6314B0

Tints of Purple Heart #6314B0

Color information

#6314B0 (or 0x6314B0) is unknown color: approx Purple Heart. HEX triplet: 63, 14 and B0. RGB value is (99,20,176). Sum of RGB (Red+Green+Blue) = 99+20+176=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 176 (69.14% from 255 or 59.66% from 295); Max value from RGB is 176 - color contains mainly: blue. Hex color #6314B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6314B0 is #9CEB4F. Grayscale: #3C3C3C. Windows color (decimal): -10283856 or 11539555. OLE color: 11539555.

HSL color Cylindrical-coordinate representation of color #6314B0: hue angle of 270.38º degrees, saturation: 0.8, 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 #6314B0 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9920176-
CMYK0.440.8900.31
HSL270.38º79.59%38.43%-
HSV(B)270.38º88.64%69.02%-
XYZ13.236.2941.59-
YUV61.4192.67154.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.56%
GREEN value IS 20 (8.20% from 255) = 6.78%
BLUE value IS 176 (69.14% from 255) = 59.66%
R=33.56%
G=6.78%
B=59.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal99201760.440.8900.31270.3879.5938.43
Hex6314B02C5901F10e5026
Octal143242605413103741612046
Binary1100011101001011000010110010110010111111000011101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6314B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6314B0; }

 p { color: rgb(99,20,176); }

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

<style>
 a { background-color: #6314B0; }

 a { background-color: rgb(99,20,176); }

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

<style>
 span { border-color: #6314B0; }

 span { border-color: rgb(99,20,176); }

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