Html Css Color HEX #5304BC Purple Heart

📋 copy color: '#5304BC'

red 83 ◦ green 4 ◦ blue 188

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

Shades of Purple Heart #5304BC

Tints of Purple Heart #5304BC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

 BLUE value IS 188 (73.83% from 255) = 68.36%

R = 30.18%
G = 1.45%
B = 68.36%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5304BC (or 0x5304BC) is known color: Purple Heart. HEX triplet: 53, 04 and BC. RGB value is (83,4,188). Sum of RGB (Red+Green+Blue) = 83+4+188=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #5304BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5304BC is #ACFB43. Grayscale: #2F2F2F. Windows color (decimal): -11336516 or 12321875. OLE color: 12321875.

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

Color convert

RGB 83 4 188 -
CMYK 0.56 0.98 0 0.26
HSL 265.76º 0.96% 0.38% -
HSV(B) 265.76º 0.98% 0.74% -
XYZ 12.69 5.56 47.98 -
YUV 48.6 206.67 152.54 -
System Red Green Blue C M Y K H S L
Decimal 83 4 188 0.56 0.98 0 0.26 265.76 0.96 0.38
Hex 53 4 BC 38 62 0 1A 10A 60 26
Octal 123 4 274 70 142 0 32 412 140 46
Binary 1010011 100 10111100 111000 1100010 0 11010 100001010 1100000 100110

Color Harmonies of #5304BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5304BC

Black with #5304BC

Text Example


Text Example

White with #5304BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5304BC;
 }
 .AnyTagClassName
 {
   color: #5304BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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