Html Css Color HEX #5327AF Purple Heart

📋 copy color: '#5327AF'

red 83 ◦ green 39 ◦ blue 175

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

Shades of Purple Heart #5327AF

Tints of Purple Heart #5327AF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.13%

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

R = 27.95%
G = 13.13%
B = 58.92%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5327AF (or 0x5327AF) is known color: Purple Heart. HEX triplet: 53, 27 and AF. RGB value is (83,39,175). Sum of RGB (Red+Green+Blue) = 83+39+175=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #5327AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5327AF is #ACD850. Grayscale: #434343. Windows color (decimal): -11327569 or 11478867. OLE color: 11478867.

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

Color convert

RGB 83 39 175 -
CMYK 0.53 0.78 0 0.31
HSL 259.41º 0.64% 0.42% -
HSV(B) 259.41º 0.78% 0.69% -
XYZ 12.03 6.39 41.16 -
YUV 67.66 188.58 138.94 -
System Red Green Blue C M Y K H S L
Decimal 83 39 175 0.53 0.78 0 0.31 259.41 0.64 0.42
Hex 53 27 AF 35 4E 0 1F 103 40 2A
Octal 123 47 257 65 116 0 37 403 100 52
Binary 1010011 100111 10101111 110101 1001110 0 11111 100000011 1000000 101010

Color Harmonies of #5327AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5327AF

Black with #5327AF

Text Example


Text Example

White with #5327AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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