Html Css Color HEX #5330D1 Purple Heart

📋 copy color: '#5330D1'

red 83 ◦ green 48 ◦ blue 209

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

Shades of Purple Heart #5330D1

Tints of Purple Heart #5330D1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.12%

 BLUE value IS 209 (82.03% from 255) = 61.47%

R = 24.41%
G = 14.12%
B = 61.47%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5330D1 (or 0x5330D1) is known color: Purple Heart. HEX triplet: 53, 30 and D1. RGB value is (83,48,209). Sum of RGB (Red+Green+Blue) = 83+48+209=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 209 (82.03% from 255 or 61.47% from 340); Max value from RGB is 209 - color contains mainly: blue. Hex color #5330D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5330D1 is #ACCF2E. Grayscale: #4C4C4C. Windows color (decimal): -11325231 or 13709395. OLE color: 13709395.

HSL color Cylindrical-coordinate representation of color #5330D1: hue angle of 253.04º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5330D1 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 48 209 -
CMYK 0.60 0.77 0 0.18
HSL 253.04º 0.64% 0.5% -
HSV(B) 253.04º 0.77% 0.82% -
XYZ 16.13 8.56 61.12 -
YUV 76.82 202.6 132.41 -
System Red Green Blue C M Y K H S L
Decimal 83 48 209 0.60 0.77 0 0.18 253.04 0.64 0.5
Hex 53 30 D1 3C 4D 0 12 FD 40 32
Octal 123 60 321 74 115 0 22 375 100 62
Binary 1010011 110000 11010001 111100 1001101 0 10010 11111101 1000000 110010

Color Harmonies of #5330D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5330D1

Black with #5330D1

Text Example


Text Example

White with #5330D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5330D1; }

 p { color: rgb(83,48,209); }

 H1.HeaderClassName
 {
   color: #5330D1;
 }
 .AnyTagClassName
 {
   color: #5330D1;
 }
</style>

background-color css

<style>
 a { background-color: #5330D1; }

 a { background-color: rgb(83,48,209); }

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

border-color css

<style>
 span { border-color: #5330D1; }

 span { border-color: rgb(83,48,209); }

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