#6306BD

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

Shades of Purple Heart #6306BD

Tints of Purple Heart #6306BD

Color information

#6306BD (or 0x6306BD) is unknown color: approx Purple Heart. HEX triplet: 63, 06 and BD. RGB value is (99,6,189). Sum of RGB (Red+Green+Blue) = 99+6+189=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #6306BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6306BD is #9CF942. Grayscale: #363636. Windows color (decimal): -10287427 or 12387939. OLE color: 12387939.

HSL color Cylindrical-coordinate representation of color #6306BD: hue angle of 270.49º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6306BD is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB996189-
CMYK0.480.9700.26
HSL270.49º93.85%38.24%-
HSV(B)270.49º96.83%74.12%-
XYZ14.46.4648.63-
YUV54.67203.81159.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.67%
GREEN value IS 6 (2.73% from 255) = 2.04%
BLUE value IS 189 (74.22% from 255) = 64.29%
R=33.67%
G=2.04%
B=64.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9961890.480.9700.26270.4993.8538.24
Hex636BD306101A10e5e26
Octal14362756014103241613646
Binary11000111101011110111000011000010110101000011101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6306BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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