Html Css Color HEX #532FBC Purple Heart

📋 copy color: '#532FBC'

red 83 ◦ green 47 ◦ blue 188

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

Shades of Purple Heart #532FBC

Tints of Purple Heart #532FBC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.78%

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

R = 26.1%
G = 14.78%
B = 59.12%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#532FBC (or 0x532FBC) is known color: Purple Heart. HEX triplet: 53, 2F and BC. RGB value is (83,47,188). Sum of RGB (Red+Green+Blue) = 83+47+188=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #532FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532FBC is #ACD043. Grayscale: #494949. Windows color (decimal): -11325508 or 12332883. OLE color: 12332883.

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

Color convert

RGB 83 47 188 -
CMYK 0.56 0.75 0 0.26
HSL 255.32º 0.6% 0.46% -
HSV(B) 255.32º 0.75% 0.74% -
XYZ 13.66 7.5 48.31 -
YUV 73.84 192.43 134.54 -
System Red Green Blue C M Y K H S L
Decimal 83 47 188 0.56 0.75 0 0.26 255.32 0.6 0.46
Hex 53 2F BC 38 4B 0 1A FF 3C 2E
Octal 123 57 274 70 113 0 32 377 74 56
Binary 1010011 101111 10111100 111000 1001011 0 11010 11111111 111100 101110

Color Harmonies of #532FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532FBC

Black with #532FBC

Text Example


Text Example

White with #532FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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