Html Css Color HEX #5338AF Purple Heart

📋 copy color: '#5338AF'

red 83 ◦ green 56 ◦ blue 175

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

Shades of Purple Heart #5338AF

Tints of Purple Heart #5338AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.73%

R = 26.43%
G = 17.83%
B = 55.73%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5338AF (or 0x5338AF) is known color: Purple Heart. HEX triplet: 53, 38 and AF. RGB value is (83,56,175). Sum of RGB (Red+Green+Blue) = 83+56+175=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #5338AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5338AF is #ACC750. Grayscale: #4D4D4D. Windows color (decimal): -11323217 or 11483219. OLE color: 11483219.

HSL color Cylindrical-coordinate representation of color #5338AF: hue angle of 253.61º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5338AF is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 56 175 -
CMYK 0.53 0.68 0 0.31
HSL 253.61º 0.52% 0.45% -
HSV(B) 253.61º 0.68% 0.69% -
XYZ 12.72 7.76 41.39 -
YUV 77.64 182.95 131.82 -
System Red Green Blue C M Y K H S L
Decimal 83 56 175 0.53 0.68 0 0.31 253.61 0.52 0.45
Hex 53 38 AF 35 44 0 1F FE 34 2D
Octal 123 70 257 65 104 0 37 376 64 55
Binary 1010011 111000 10101111 110101 1000100 0 11111 11111110 110100 101101

Color Harmonies of #5338AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5338AF

Black with #5338AF

Text Example


Text Example

White with #5338AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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