Html Css Color HEX #532CC7 Purple Heart

📋 copy color: '#532CC7'

red 83 ◦ green 44 ◦ blue 199

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

Shades of Purple Heart #532CC7

Tints of Purple Heart #532CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 61.04%

R = 25.46%
G = 13.5%
B = 61.04%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#532CC7 (or 0x532CC7) is known color: Purple Heart. HEX triplet: 53, 2C and C7. RGB value is (83,44,199). Sum of RGB (Red+Green+Blue) = 83+44+199=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 199 (78.12% from 255 or 61.04% from 326); Max value from RGB is 199 - color contains mainly: blue. Hex color #532CC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532CC7 is #ACD338. Grayscale: #484848. Windows color (decimal): -11326265 or 13053011. OLE color: 13053011.

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

Color convert

RGB 83 44 199 -
CMYK 0.58 0.78 0 0.22
HSL 255.1º 0.64% 0.48% -
HSV(B) 255.1º 0.78% 0.78% -
XYZ 14.78 7.76 54.75 -
YUV 73.33 198.92 134.9 -
System Red Green Blue C M Y K H S L
Decimal 83 44 199 0.58 0.78 0 0.22 255.1 0.64 0.48
Hex 53 2C C7 3A 4E 0 16 FF 40 30
Octal 123 54 307 72 116 0 26 377 100 60
Binary 1010011 101100 11000111 111010 1001110 0 10110 11111111 1000000 110000

Color Harmonies of #532CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532CC7

Black with #532CC7

Text Example


Text Example

White with #532CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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