Html Css Color HEX #532CBC Purple Heart

📋 copy color: '#532CBC'

red 83 ◦ green 44 ◦ blue 188

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

Shades of Purple Heart #532CBC

Tints of Purple Heart #532CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.68%

R = 26.35%
G = 13.97%
B = 59.68%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#532CBC (or 0x532CBC) is known color: Purple Heart. HEX triplet: 53, 2C and BC. RGB value is (83,44,188). Sum of RGB (Red+Green+Blue) = 83+44+188=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #532CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532CBC is #ACD343. Grayscale: #474747. Windows color (decimal): -11326276 or 12332115. OLE color: 12332115.

HSL color Cylindrical-coordinate representation of color #532CBC: hue angle of 256.25º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #532CBC is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 44 188 -
CMYK 0.56 0.77 0 0.26
HSL 256.25º 0.62% 0.45% -
HSV(B) 256.25º 0.77% 0.74% -
XYZ 13.55 7.27 48.27 -
YUV 72.08 193.42 135.79 -
System Red Green Blue C M Y K H S L
Decimal 83 44 188 0.56 0.77 0 0.26 256.25 0.62 0.45
Hex 53 2C BC 38 4D 0 1A 100 3E 2D
Octal 123 54 274 70 115 0 32 400 76 55
Binary 1010011 101100 10111100 111000 1001101 0 11010 100000000 111110 101101

Color Harmonies of #532CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532CBC

Black with #532CBC

Text Example


Text Example

White with #532CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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