Html Css Color HEX #5338DF Purple Heart

📋 copy color: '#5338DF'

red 83 ◦ green 56 ◦ blue 223

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

Shades of Purple Heart #5338DF

Tints of Purple Heart #5338DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.6%

R = 22.93%
G = 15.47%
B = 61.6%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5338DF (or 0x5338DF) is known color: Purple Heart. HEX triplet: 53, 38 and DF. RGB value is (83,56,223). Sum of RGB (Red+Green+Blue) = 83+56+223=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #5338DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5338DF is #ACC720. Grayscale: #525252. Windows color (decimal): -11323169 or 14628947. OLE color: 14628947.

HSL color Cylindrical-coordinate representation of color #5338DF: hue angle of 249.7º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5338DF is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 56 223 -
CMYK 0.63 0.75 0 0.13
HSL 249.7º 0.72% 0.55% -
HSV(B) 249.7º 0.75% 0.87% -
XYZ 18.3 10 70.78 -
YUV 83.11 206.95 127.92 -
System Red Green Blue C M Y K H S L
Decimal 83 56 223 0.63 0.75 0 0.13 249.7 0.72 0.55
Hex 53 38 DF 3F 4B 0 D FA 48 37
Octal 123 70 337 77 113 0 15 372 110 67
Binary 1010011 111000 11011111 111111 1001011 0 1101 11111010 1001000 110111

Color Harmonies of #5338DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5338DF

Black with #5338DF

Text Example


Text Example

White with #5338DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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