Html Css Color HEX #5324C6 Purple Heart

📋 copy color: '#5324C6'

red 83 ◦ green 36 ◦ blue 198

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

Shades of Purple Heart #5324C6

Tints of Purple Heart #5324C6

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.36%

 BLUE value IS 198 (77.73% from 255) = 62.46%

R = 26.18%
G = 11.36%
B = 62.46%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5324C6 (or 0x5324C6) is known color: Purple Heart. HEX triplet: 53, 24 and C6. RGB value is (83,36,198). Sum of RGB (Red+Green+Blue) = 83+36+198=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 198 (77.73% from 255 or 62.46% from 317); Max value from RGB is 198 - color contains mainly: blue. Hex color #5324C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5324C6 is #ACDB39. Grayscale: #434343. Windows color (decimal): -11328314 or 12985427. OLE color: 12985427.

HSL color Cylindrical-coordinate representation of color #5324C6: hue angle of 257.41º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5324C6 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 83 36 198 -
CMYK 0.58 0.82 0 0.22
HSL 257.41º 0.69% 0.46% -
HSV(B) 257.41º 0.82% 0.78% -
XYZ 14.39 7.18 54.05 -
YUV 68.52 201.07 138.33 -
System Red Green Blue C M Y K H S L
Decimal 83 36 198 0.58 0.82 0 0.22 257.41 0.69 0.46
Hex 53 24 C6 3A 52 0 16 101 45 2E
Octal 123 44 306 72 122 0 26 401 105 56
Binary 1010011 100100 11000110 111010 1010010 0 10110 100000001 1000101 101110

Color Harmonies of #5324C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5324C6

Black with #5324C6

Text Example


Text Example

White with #5324C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5324C6; }

 p { color: rgb(83,36,198); }

 H1.HeaderClassName
 {
   color: #5324C6;
 }
 .AnyTagClassName
 {
   color: #5324C6;
 }
</style>

background-color css

<style>
 a { background-color: #5324C6; }

 a { background-color: rgb(83,36,198); }

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

border-color css

<style>
 span { border-color: #5324C6; }

 span { border-color: rgb(83,36,198); }

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