Html Css Color HEX #5330BA Purple Heart

📋 copy color: '#5330BA'

red 83 ◦ green 48 ◦ blue 186

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

Shades of Purple Heart #5330BA

Tints of Purple Heart #5330BA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.14%

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

R = 26.18%
G = 15.14%
B = 58.68%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5330BA (or 0x5330BA) is known color: Purple Heart. HEX triplet: 53, 30 and BA. RGB value is (83,48,186). Sum of RGB (Red+Green+Blue) = 83+48+186=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #5330BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5330BA is #ACCF45. Grayscale: #494949. Windows color (decimal): -11325254 or 12202067. OLE color: 12202067.

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

Color convert

RGB 83 48 186 -
CMYK 0.55 0.74 0 0.27
HSL 255.22º 0.59% 0.46% -
HSV(B) 255.22º 0.74% 0.73% -
XYZ 13.49 7.5 47.19 -
YUV 74.2 191.1 134.28 -
System Red Green Blue C M Y K H S L
Decimal 83 48 186 0.55 0.74 0 0.27 255.22 0.59 0.46
Hex 53 30 BA 37 4A 0 1B FF 3B 2E
Octal 123 60 272 67 112 0 33 377 73 56
Binary 1010011 110000 10111010 110111 1001010 0 11011 11111111 111011 101110

Color Harmonies of #5330BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5330BA

Black with #5330BA

Text Example


Text Example

White with #5330BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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