#6303BF

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

Shades of Purple Heart #6303BF

Tints of Purple Heart #6303BF

Color information

#6303BF (or 0x6303BF) is unknown color: approx Purple Heart. HEX triplet: 63, 03 and BF. RGB value is (99,3,191). Sum of RGB (Red+Green+Blue) = 99+3+191=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #6303BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6303BF is #9CFC40. Grayscale: #343434. Windows color (decimal): -10288193 or 12518243. OLE color: 12518243.

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

Color convert

RGB993191-
CMYK0.480.9800.25
HSL270.64º96.91%38.04%-
HSV(B)270.64º98.43%74.9%-
XYZ14.586.4849.77-
YUV53.14205.8160.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.79%
GREEN value IS 3 (1.56% from 255) = 1.02%
BLUE value IS 191 (75% from 255) = 65.19%
R=33.79%
G=1.02%
B=65.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9931910.480.9800.25270.6496.9138.04
Hex633BF306201910f6126
Octal14332776014203141714146
Binary1100011111011111111000011000100110011000011111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6303BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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