Html Css Color HEX #5338BD Purple Heart

📋 copy color: '#5338BD'

red 83 ◦ green 56 ◦ blue 189

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

Shades of Purple Heart #5338BD

Tints of Purple Heart #5338BD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.07%

 BLUE value IS 189 (74.22% from 255) = 57.62%

R = 25.3%
G = 17.07%
B = 57.62%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5338BD (or 0x5338BD) is known color: Purple Heart. HEX triplet: 53, 38 and BD. RGB value is (83,56,189). Sum of RGB (Red+Green+Blue) = 83+56+189=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #5338BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5338BD is #ACC742. Grayscale: #4E4E4E. Windows color (decimal): -11323203 or 12400723. OLE color: 12400723.

HSL color Cylindrical-coordinate representation of color #5338BD: hue angle of 252.18º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5338BD is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 56 189 -
CMYK 0.56 0.70 0 0.26
HSL 252.18º 0.54% 0.48% -
HSV(B) 252.18º 0.7% 0.74% -
XYZ 14.17 8.34 49.01 -
YUV 79.24 189.95 130.69 -
System Red Green Blue C M Y K H S L
Decimal 83 56 189 0.56 0.70 0 0.26 252.18 0.54 0.48
Hex 53 38 BD 38 46 0 1A FC 36 30
Octal 123 70 275 70 106 0 32 374 66 60
Binary 1010011 111000 10111101 111000 1000110 0 11010 11111100 110110 110000

Color Harmonies of #5338BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5338BD

Black with #5338BD

Text Example


Text Example

White with #5338BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5338BD; }

 p { color: rgb(83,56,189); }

 H1.HeaderClassName
 {
   color: #5338BD;
 }
 .AnyTagClassName
 {
   color: #5338BD;
 }
</style>

background-color css

<style>
 a { background-color: #5338BD; }

 a { background-color: rgb(83,56,189); }

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

border-color css

<style>
 span { border-color: #5338BD; }

 span { border-color: rgb(83,56,189); }

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