#6300BF

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

Shades of Purple Heart #6300BF

Tints of Purple Heart #6300BF

Color information

#6300BF (or 0x6300BF) is unknown color: approx Purple Heart. HEX triplet: 63, 00 and BF. RGB value is (99,0,191). Sum of RGB (Red+Green+Blue) = 99+0+191=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #6300BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6300BF is #9CFF40. Grayscale: #323232. Windows color (decimal): -10288961 or 12517475. OLE color: 12517475.

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

Color convert

RGB990191-
CMYK0.48100.25
HSL271.1º100%37.45%-
HSV(B)271.1º100%74.9%-
XYZ14.556.4149.76-
YUV51.38206.8161.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 65.86%
R=34.14%
G=0%
B=65.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9901910.48100.25271.110037.45
Hex630BF306401910f6425
Octal14302776014403141714445
Binary110001101011111111000011001000110011000011111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6300BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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