Html Css Color HEX #532DCC Purple Heart

📋 copy color: '#532DCC'

red 83 ◦ green 45 ◦ blue 204

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

Shades of Purple Heart #532DCC

Tints of Purple Heart #532DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.45%

R = 25%
G = 13.55%
B = 61.45%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#532DCC (or 0x532DCC) is known color: Purple Heart. HEX triplet: 53, 2D and CC. RGB value is (83,45,204). Sum of RGB (Red+Green+Blue) = 83+45+204=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #532DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532DCC is #ACD233. Grayscale: #494949. Windows color (decimal): -11326004 or 13380947. OLE color: 13380947.

HSL color Cylindrical-coordinate representation of color #532DCC: hue angle of 254.34º 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 #532DCC is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 45 204 -
CMYK 0.59 0.78 0 0.2
HSL 254.34º 0.64% 0.49% -
HSV(B) 254.34º 0.78% 0.8% -
XYZ 15.4 8.08 57.87 -
YUV 74.49 201.09 134.07 -
System Red Green Blue C M Y K H S L
Decimal 83 45 204 0.59 0.78 0 0.2 254.34 0.64 0.49
Hex 53 2D CC 3B 4E 0 14 FE 40 31
Octal 123 55 314 73 116 0 24 376 100 61
Binary 1010011 101101 11001100 111011 1001110 0 10100 11111110 1000000 110001

Color Harmonies of #532DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532DCC

Black with #532DCC

Text Example


Text Example

White with #532DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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