Html Css Color HEX #532DCB Purple Heart

📋 copy color: '#532DCB'

red 83 ◦ green 45 ◦ blue 203

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

Shades of Purple Heart #532DCB

Tints of Purple Heart #532DCB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.6%

 BLUE value IS 203 (79.69% from 255) = 61.33%

R = 25.08%
G = 13.6%
B = 61.33%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#532DCB (or 0x532DCB) is known color: Purple Heart. HEX triplet: 53, 2D and CB. RGB value is (83,45,203). Sum of RGB (Red+Green+Blue) = 83+45+203=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #532DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532DCB is #ACD234. Grayscale: #494949. Windows color (decimal): -11326005 or 13315411. OLE color: 13315411.

HSL color Cylindrical-coordinate representation of color #532DCB: hue angle of 254.43º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #532DCB is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 45 203 -
CMYK 0.59 0.78 0 0.20
HSL 254.43º 0.64% 0.49% -
HSV(B) 254.43º 0.78% 0.8% -
XYZ 15.29 8.03 57.24 -
YUV 74.37 200.59 134.15 -
System Red Green Blue C M Y K H S L
Decimal 83 45 203 0.59 0.78 0 0.20 254.43 0.64 0.49
Hex 53 2D CB 3B 4E 0 14 FE 40 31
Octal 123 55 313 73 116 0 24 376 100 61
Binary 1010011 101101 11001011 111011 1001110 0 10100 11111110 1000000 110001

Color Harmonies of #532DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532DCB

Black with #532DCB

Text Example


Text Example

White with #532DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,45,203); }

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

background-color css

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

 a { background-color: rgb(83,45,203); }

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

border-color css

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

 span { border-color: rgb(83,45,203); }

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