Html Css Color HEX #5305BA Purple Heart

📋 copy color: '#5305BA'

red 83 ◦ green 5 ◦ blue 186

#5305BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5305BA

Tints of Purple Heart #5305BA

RGB

 RED value IS 83 (32.81% from 255) = 30.29%

 GREEN value IS 5 (2.34% from 255) = 1.82%

 BLUE value IS 186 (73.05% from 255) = 67.88%

R = 30.29%
G = 1.82%
B = 67.88%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5305BA (or 0x5305BA) is known color: Purple Heart. HEX triplet: 53, 05 and BA. RGB value is (83,5,186). Sum of RGB (Red+Green+Blue) = 83+5+186=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 186 (73.05% from 255 or 67.88% from 274); Max value from RGB is 186 - color contains mainly: blue. Hex color #5305BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5305BA is #ACFA45. Grayscale: #303030. Windows color (decimal): -11336262 or 12191059. OLE color: 12191059.

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

Color convert

RGB 83 5 186 -
CMYK 0.55 0.97 0 0.27
HSL 265.86º 0.95% 0.37% -
HSV(B) 265.86º 0.97% 0.73% -
XYZ 12.48 5.49 46.86 -
YUV 48.96 205.34 152.28 -
System Red Green Blue C M Y K H S L
Decimal 83 5 186 0.55 0.97 0 0.27 265.86 0.95 0.37
Hex 53 5 BA 37 61 0 1B 10A 5F 25
Octal 123 5 272 67 141 0 33 412 137 45
Binary 1010011 101 10111010 110111 1100001 0 11011 100001010 1011111 100101

Color Harmonies of #5305BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5305BA

Black with #5305BA

Text Example


Text Example

White with #5305BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,5,186); }

 H1.HeaderClassName
 {
   color: #5305BA;
 }
 .AnyTagClassName
 {
   color: #5305BA;
 }
</style>

background-color css

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

 a { background-color: rgb(83,5,186); }

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

border-color css

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

 span { border-color: rgb(83,5,186); }

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