Html Css Color HEX #5327C0 Purple Heart

📋 copy color: '#5327C0'

red 83 ◦ green 39 ◦ blue 192

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

Shades of Purple Heart #5327C0

Tints of Purple Heart #5327C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 61.15%

R = 26.43%
G = 12.42%
B = 61.15%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5327C0 (or 0x5327C0) is known color: Purple Heart. HEX triplet: 53, 27 and C0. RGB value is (83,39,192). Sum of RGB (Red+Green+Blue) = 83+39+192=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 192 (75.39% from 255 or 61.15% from 314); Max value from RGB is 192 - color contains mainly: blue. Hex color #5327C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5327C0 is #ACD83F. Grayscale: #454545. Windows color (decimal): -11327552 or 12592979. OLE color: 12592979.

HSL color Cylindrical-coordinate representation of color #5327C0: hue angle of 257.25º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5327C0 is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 39 192 -
CMYK 0.57 0.80 0 0.25
HSL 257.25º 0.66% 0.45% -
HSV(B) 257.25º 0.8% 0.75% -
XYZ 13.81 7.1 50.51 -
YUV 69.6 197.08 137.56 -
System Red Green Blue C M Y K H S L
Decimal 83 39 192 0.57 0.80 0 0.25 257.25 0.66 0.45
Hex 53 27 C0 39 50 0 19 101 42 2D
Octal 123 47 300 71 120 0 31 401 102 55
Binary 1010011 100111 11000000 111001 1010000 0 11001 100000001 1000010 101101

Color Harmonies of #5327C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5327C0

Black with #5327C0

Text Example


Text Example

White with #5327C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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