#5308BC

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

Shades of Purple Heart #5308BC

Tints of Purple Heart #5308BC

Color information

#5308BC (or 0x5308BC) is unknown color: approx Purple Heart. HEX triplet: 53, 08 and BC. RGB value is (83,8,188). Sum of RGB (Red+Green+Blue) = 83+8+188=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #5308BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5308BC is #ACF743. Grayscale: #323232. Windows color (decimal): -11335492 or 12322899. OLE color: 12322899.

HSL color Cylindrical-coordinate representation of color #5308BC: hue angle of 265º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5308BC is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB838188-
CMYK0.560.9600.26
HSL265º91.84%38.43%-
HSV(B)265º95.74%73.73%-
XYZ12.735.6448-
YUV50.94205.35150.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 8 (3.52% from 255) = 2.87%
BLUE value IS 188 (73.83% from 255) = 67.38%
R=29.75%
G=2.87%
B=67.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8381880.560.9600.2626591.8438.43
Hex538BC386001A1095c26
Octal123102747014003241113446
Binary101001110001011110011100011000000110101000010011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5308BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5308BC; }

 p { color: rgb(83,8,188); }

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

<style>
 a { background-color: #5308BC; }

 a { background-color: rgb(83,8,188); }

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

<style>
 span { border-color: #5308BC; }

 span { border-color: rgb(83,8,188); }

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