#6305BF

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

Shades of Purple Heart #6305BF

Tints of Purple Heart #6305BF

Color information

#6305BF (or 0x6305BF) is unknown color: approx Purple Heart. HEX triplet: 63, 05 and BF. RGB value is (99,5,191). Sum of RGB (Red+Green+Blue) = 99+5+191=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 191 (75% from 255 or 64.75% from 295); Max value from RGB is 191 - color contains mainly: blue. Hex color #6305BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6305BF is #9CFA40. Grayscale: #353535. Windows color (decimal): -10287681 or 12518755. OLE color: 12518755.

HSL color Cylindrical-coordinate representation of color #6305BF: hue angle of 270.32º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6305BF is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB995191-
CMYK0.480.9700.25
HSL270.32º94.9%38.43%-
HSV(B)270.32º97.38%74.9%-
XYZ14.66.5249.78-
YUV54.31205.14159.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.56%
GREEN value IS 5 (2.34% from 255) = 1.69%
BLUE value IS 191 (75% from 255) = 64.75%
R=33.56%
G=1.69%
B=64.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9951910.480.9700.25270.3294.938.43
Hex635BF306101910e5f26
Octal14352776014103141613746
Binary11000111011011111111000011000010110011000011101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6305BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6305BF; }

 p { color: rgb(99,5,191); }

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

<style>
 a { background-color: #6305BF; }

 a { background-color: rgb(99,5,191); }

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

<style>
 span { border-color: #6305BF; }

 span { border-color: rgb(99,5,191); }

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