Html Css Color HEX #532CCA Purple Heart

📋 copy color: '#532CCA'

red 83 ◦ green 44 ◦ blue 202

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

Shades of Purple Heart #532CCA

Tints of Purple Heart #532CCA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.37%

 BLUE value IS 202 (79.3% from 255) = 61.4%

R = 25.23%
G = 13.37%
B = 61.4%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#532CCA (or 0x532CCA) is known color: Purple Heart. HEX triplet: 53, 2C and CA. RGB value is (83,44,202). Sum of RGB (Red+Green+Blue) = 83+44+202=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 202 (79.30% from 255 or 61.40% from 329); Max value from RGB is 202 - color contains mainly: blue. Hex color #532CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532CCA is #ACD335. Grayscale: #494949. Windows color (decimal): -11326262 or 13249619. OLE color: 13249619.

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

Color convert

RGB 83 44 202 -
CMYK 0.59 0.78 0 0.21
HSL 254.81º 0.64% 0.48% -
HSV(B) 254.81º 0.78% 0.79% -
XYZ 15.13 7.9 56.61 -
YUV 73.67 200.42 134.65 -
System Red Green Blue C M Y K H S L
Decimal 83 44 202 0.59 0.78 0 0.21 254.81 0.64 0.48
Hex 53 2C CA 3B 4E 0 15 FF 40 30
Octal 123 54 312 73 116 0 25 377 100 60
Binary 1010011 101100 11001010 111011 1001110 0 10101 11111111 1000000 110000

Color Harmonies of #532CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532CCA

Black with #532CCA

Text Example


Text Example

White with #532CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,44,202); }

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

background-color css

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

 a { background-color: rgb(83,44,202); }

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

border-color css

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

 span { border-color: rgb(83,44,202); }

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