Html Css Color HEX #5321CF Purple Heart

📋 copy color: '#5321CF'

red 83 ◦ green 33 ◦ blue 207

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

Shades of Purple Heart #5321CF

Tints of Purple Heart #5321CF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.22%

 BLUE value IS 207 (81.25% from 255) = 64.09%

R = 25.7%
G = 10.22%
B = 64.09%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5321CF (or 0x5321CF) is known color: Purple Heart. HEX triplet: 53, 21 and CF. RGB value is (83,33,207). Sum of RGB (Red+Green+Blue) = 83+33+207=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #5321CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5321CF is #ACDE30. Grayscale: #434343. Windows color (decimal): -11329073 or 13574483. OLE color: 13574483.

HSL color Cylindrical-coordinate representation of color #5321CF: hue angle of 257.24º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5321CF is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 33 207 -
CMYK 0.60 0.84 0 0.19
HSL 257.24º 0.73% 0.47% -
HSV(B) 257.24º 0.84% 0.81% -
XYZ 15.37 7.43 59.66 -
YUV 67.79 206.57 138.85 -
System Red Green Blue C M Y K H S L
Decimal 83 33 207 0.60 0.84 0 0.19 257.24 0.73 0.47
Hex 53 21 CF 3C 54 0 13 101 48 2F
Octal 123 41 317 74 124 0 23 401 110 57
Binary 1010011 100001 11001111 111100 1010100 0 10011 100000001 1001000 101111

Color Harmonies of #5321CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5321CF

Black with #5321CF

Text Example


Text Example

White with #5321CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5321CF; }

 p { color: rgb(83,33,207); }

 H1.HeaderClassName
 {
   color: #5321CF;
 }
 .AnyTagClassName
 {
   color: #5321CF;
 }
</style>

background-color css

<style>
 a { background-color: #5321CF; }

 a { background-color: rgb(83,33,207); }

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

border-color css

<style>
 span { border-color: #5321CF; }

 span { border-color: rgb(83,33,207); }

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