Html Css Color HEX #533CDB Purple Heart

📋 copy color: '#533CDB'

red 83 ◦ green 60 ◦ blue 219

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

Shades of Purple Heart #533CDB

Tints of Purple Heart #533CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.57%

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

R = 22.93%
G = 16.57%
B = 60.5%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#533CDB (or 0x533CDB) is known color: Purple Heart. HEX triplet: 53, 3C and DB. RGB value is (83,60,219). Sum of RGB (Red+Green+Blue) = 83+60+219=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #533CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533CDB is #ACC324. Grayscale: #545454. Windows color (decimal): -11322149 or 14367827. OLE color: 14367827.

HSL color Cylindrical-coordinate representation of color #533CDB: hue angle of 248.68º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #533CDB is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 60 219 -
CMYK 0.62 0.73 0 0.14
HSL 248.68º 0.69% 0.55% -
HSV(B) 248.68º 0.73% 0.86% -
XYZ 17.97 10.19 68.04 -
YUV 85 203.62 126.57 -
System Red Green Blue C M Y K H S L
Decimal 83 60 219 0.62 0.73 0 0.14 248.68 0.69 0.55
Hex 53 3C DB 3E 49 0 E F9 45 37
Octal 123 74 333 76 111 0 16 371 105 67
Binary 1010011 111100 11011011 111110 1001001 0 1110 11111001 1000101 110111

Color Harmonies of #533CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533CDB

Black with #533CDB

Text Example


Text Example

White with #533CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533CDB; }

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

 H1.HeaderClassName
 {
   color: #533CDB;
 }
 .AnyTagClassName
 {
   color: #533CDB;
 }
</style>

background-color css

<style>
 a { background-color: #533CDB; }

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

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

border-color css

<style>
 span { border-color: #533CDB; }

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

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