#6303BA

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

Shades of Purple Heart #6303BA

Tints of Purple Heart #6303BA

Color information

#6303BA (or 0x6303BA) is unknown color: approx Purple Heart. HEX triplet: 63, 03 and BA. RGB value is (99,3,186). Sum of RGB (Red+Green+Blue) = 99+3+186=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #6303BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6303BA is #9CFC45. Grayscale: #333333. Windows color (decimal): -10288198 or 12190563. OLE color: 12190563.

HSL color Cylindrical-coordinate representation of color #6303BA: hue angle of 271.48º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6303BA is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB993186-
CMYK0.470.9800.27
HSL271.48º96.83%37.06%-
HSV(B)271.48º98.39%72.94%-
XYZ14.046.2646.92-
YUV52.57203.3161.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.38%
GREEN value IS 3 (1.56% from 255) = 1.04%
BLUE value IS 186 (73.05% from 255) = 64.58%
R=34.38%
G=1.04%
B=64.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9931860.470.9800.27271.4896.8337.06
Hex633BA2F6201B10f6125
Octal14332725714203341714145
Binary1100011111011101010111111000100110111000011111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6303BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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