Html Css Color HEX #532FDD Purple Heart

📋 copy color: '#532FDD'

red 83 ◦ green 47 ◦ blue 221

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

Shades of Purple Heart #532FDD

Tints of Purple Heart #532FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.96%

R = 23.65%
G = 13.39%
B = 62.96%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#532FDD (or 0x532FDD) is known color: Purple Heart. HEX triplet: 53, 2F and DD. RGB value is (83,47,221). Sum of RGB (Red+Green+Blue) = 83+47+221=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #532FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532FDD is #ACD022. Grayscale: #4C4C4C. Windows color (decimal): -11325475 or 14495571. OLE color: 14495571.

HSL color Cylindrical-coordinate representation of color #532FDD: hue angle of 252.41º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #532FDD is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 47 221 -
CMYK 0.62 0.79 0 0.13
HSL 252.41º 0.72% 0.53% -
HSV(B) 252.41º 0.79% 0.87% -
XYZ 17.63 9.09 69.23 -
YUV 77.6 208.93 131.85 -
System Red Green Blue C M Y K H S L
Decimal 83 47 221 0.62 0.79 0 0.13 252.41 0.72 0.53
Hex 53 2F DD 3E 4F 0 D FC 48 35
Octal 123 57 335 76 117 0 15 374 110 65
Binary 1010011 101111 11011101 111110 1001111 0 1101 11111100 1001000 110101

Color Harmonies of #532FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532FDD

Black with #532FDD

Text Example


Text Example

White with #532FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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