Html Css Color HEX #5327DB Purple Heart

📋 copy color: '#5327DB'

red 83 ◦ green 39 ◦ blue 219

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

Shades of Purple Heart #5327DB

Tints of Purple Heart #5327DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.22%

R = 24.34%
G = 11.44%
B = 64.22%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5327DB (or 0x5327DB) is known color: Purple Heart. HEX triplet: 53, 27 and DB. RGB value is (83,39,219). Sum of RGB (Red+Green+Blue) = 83+39+219=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #5327DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5327DB is #ACD824. Grayscale: #484848. Windows color (decimal): -11327525 or 14362451. OLE color: 14362451.

HSL color Cylindrical-coordinate representation of color #5327DB: hue angle of 254.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5327DB is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 39 219 -
CMYK 0.62 0.82 0 0.14
HSL 254.67º 0.71% 0.51% -
HSV(B) 254.67º 0.82% 0.86% -
XYZ 17.08 8.4 67.74 -
YUV 72.68 210.58 135.36 -
System Red Green Blue C M Y K H S L
Decimal 83 39 219 0.62 0.82 0 0.14 254.67 0.71 0.51
Hex 53 27 DB 3E 52 0 E FF 47 33
Octal 123 47 333 76 122 0 16 377 107 63
Binary 1010011 100111 11011011 111110 1010010 0 1110 11111111 1000111 110011

Color Harmonies of #5327DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5327DB

Black with #5327DB

Text Example


Text Example

White with #5327DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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