#6306C5

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

Shades of Purple Heart #6306C5

Tints of Purple Heart #6306C5

Color information

#6306C5 (or 0x6306C5) is unknown color: approx Purple Heart. HEX triplet: 63, 06 and C5. RGB value is (99,6,197). Sum of RGB (Red+Green+Blue) = 99+6+197=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 197 (77.34% from 255 or 65.23% from 302); Max value from RGB is 197 - color contains mainly: blue. Hex color #6306C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6306C5 is #9CF93A. Grayscale: #363636. Windows color (decimal): -10287419 or 12912227. OLE color: 12912227.

HSL color Cylindrical-coordinate representation of color #6306C5: hue angle of 269.21º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6306C5 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB996197-
CMYK0.500.9700.23
HSL269.21º94.09%39.8%-
HSV(B)269.21º96.95%77.25%-
XYZ15.296.8153.33-
YUV55.58207.81158.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.78%
GREEN value IS 6 (2.73% from 255) = 1.99%
BLUE value IS 197 (77.34% from 255) = 65.23%
R=32.78%
G=1.99%
B=65.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal9961970.500.9700.23269.2194.0939.8
Hex636C5326101710d5e28
Octal14363056214102741513650
Binary11000111101100010111001011000010101111000011011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6306C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6306C5; }

 p { color: rgb(99,6,197); }

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

<style>
 a { background-color: #6306C5; }

 a { background-color: rgb(99,6,197); }

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

<style>
 span { border-color: #6306C5; }

 span { border-color: rgb(99,6,197); }

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