Html Css Color HEX #532FDB Purple Heart

📋 copy color: '#532FDB'

red 83 ◦ green 47 ◦ blue 219

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

Shades of Purple Heart #532FDB

Tints of Purple Heart #532FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.47%

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

R = 23.78%
G = 13.47%
B = 62.75%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#532FDB (or 0x532FDB) is known color: Purple Heart. HEX triplet: 53, 2F and DB. RGB value is (83,47,219). Sum of RGB (Red+Green+Blue) = 83+47+219=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 47 (18.75% from 255 or 13.47% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #532FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532FDB is #ACD024. Grayscale: #4C4C4C. Windows color (decimal): -11325477 or 14364499. OLE color: 14364499.

HSL color Cylindrical-coordinate representation of color #532FDB: hue angle of 252.56º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #532FDB is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 47 219 -
CMYK 0.62 0.79 0 0.14
HSL 252.56º 0.7% 0.52% -
HSV(B) 252.56º 0.79% 0.86% -
XYZ 17.37 8.99 67.84 -
YUV 77.37 207.93 132.01 -
System Red Green Blue C M Y K H S L
Decimal 83 47 219 0.62 0.79 0 0.14 252.56 0.7 0.52
Hex 53 2F DB 3E 4F 0 E FD 46 34
Octal 123 57 333 76 117 0 16 375 106 64
Binary 1010011 101111 11011011 111110 1001111 0 1110 11111101 1000110 110100

Color Harmonies of #532FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532FDB

Black with #532FDB

Text Example


Text Example

White with #532FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532FDB; }

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

 H1.HeaderClassName
 {
   color: #532FDB;
 }
 .AnyTagClassName
 {
   color: #532FDB;
 }
</style>

background-color css

<style>
 a { background-color: #532FDB; }

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

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

border-color css

<style>
 span { border-color: #532FDB; }

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

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