Html Css Color HEX #5332BC Purple Heart

📋 copy color: '#5332BC'

red 83 ◦ green 50 ◦ blue 188

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

Shades of Purple Heart #5332BC

Tints of Purple Heart #5332BC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.58%

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

R = 25.86%
G = 15.58%
B = 58.57%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5332BC (or 0x5332BC) is known color: Purple Heart. HEX triplet: 53, 32 and BC. RGB value is (83,50,188). Sum of RGB (Red+Green+Blue) = 83+50+188=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #5332BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5332BC is #ACCD43. Grayscale: #4B4B4B. Windows color (decimal): -11324740 or 12333651. OLE color: 12333651.

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

Color convert

RGB 83 50 188 -
CMYK 0.56 0.73 0 0.26
HSL 254.35º 0.58% 0.47% -
HSV(B) 254.35º 0.73% 0.74% -
XYZ 13.78 7.75 48.35 -
YUV 75.6 191.43 133.28 -
System Red Green Blue C M Y K H S L
Decimal 83 50 188 0.56 0.73 0 0.26 254.35 0.58 0.47
Hex 53 32 BC 38 49 0 1A FE 3A 2F
Octal 123 62 274 70 111 0 32 376 72 57
Binary 1010011 110010 10111100 111000 1001001 0 11010 11111110 111010 101111

Color Harmonies of #5332BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5332BC

Black with #5332BC

Text Example


Text Example

White with #5332BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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