Html Css Color HEX #5308BA Purple Heart

📋 copy color: '#5308BA'

red 83 ◦ green 8 ◦ blue 186

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

Shades of Purple Heart #5308BA

Tints of Purple Heart #5308BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.89%

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

R = 29.96%
G = 2.89%
B = 67.15%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5308BA (or 0x5308BA) is known color: Purple Heart. HEX triplet: 53, 08 and BA. RGB value is (83,8,186). Sum of RGB (Red+Green+Blue) = 83+8+186=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #5308BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5308BA is #ACF745. Grayscale: #323232. Windows color (decimal): -11335494 or 12191827. OLE color: 12191827.

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

Color convert

RGB 83 8 186 -
CMYK 0.55 0.96 0 0.27
HSL 265.28º 0.92% 0.38% -
HSV(B) 265.28º 0.96% 0.73% -
XYZ 12.52 5.56 46.87 -
YUV 50.72 204.35 151.03 -
System Red Green Blue C M Y K H S L
Decimal 83 8 186 0.55 0.96 0 0.27 265.28 0.92 0.38
Hex 53 8 BA 37 60 0 1B 109 5C 26
Octal 123 10 272 67 140 0 33 411 134 46
Binary 1010011 1000 10111010 110111 1100000 0 11011 100001001 1011100 100110

Color Harmonies of #5308BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5308BA

Black with #5308BA

Text Example


Text Example

White with #5308BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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