Html Css Color HEX #531CB4 Purple Heart

📋 copy color: '#531CB4'

red 83 ◦ green 28 ◦ blue 180

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

Shades of Purple Heart #531CB4

Tints of Purple Heart #531CB4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.62%

 BLUE value IS 180 (70.7% from 255) = 61.86%

R = 28.52%
G = 9.62%
B = 61.86%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#531CB4 (or 0x531CB4) is known color: Purple Heart. HEX triplet: 53, 1C and B4. RGB value is (83,28,180). Sum of RGB (Red+Green+Blue) = 83+28+180=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 180 (70.70% from 255 or 61.86% from 291); Max value from RGB is 180 - color contains mainly: blue. Hex color #531CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531CB4 is #ACE34B. Grayscale: #3D3D3D. Windows color (decimal): -11330380 or 11803731. OLE color: 11803731.

HSL color Cylindrical-coordinate representation of color #531CB4: hue angle of 261.71º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #531CB4 is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 28 180 -
CMYK 0.54 0.84 0 0.29
HSL 261.71º 0.73% 0.41% -
HSV(B) 261.71º 0.84% 0.71% -
XYZ 12.22 5.96 43.69 -
YUV 61.77 194.72 143.14 -
System Red Green Blue C M Y K H S L
Decimal 83 28 180 0.54 0.84 0 0.29 261.71 0.73 0.41
Hex 53 1C B4 36 54 0 1D 106 49 29
Octal 123 34 264 66 124 0 35 406 111 51
Binary 1010011 11100 10110100 110110 1010100 0 11101 100000110 1001001 101001

Color Harmonies of #531CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531CB4

Black with #531CB4

Text Example


Text Example

White with #531CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531CB4; }

 p { color: rgb(83,28,180); }

 H1.HeaderClassName
 {
   color: #531CB4;
 }
 .AnyTagClassName
 {
   color: #531CB4;
 }
</style>

background-color css

<style>
 a { background-color: #531CB4; }

 a { background-color: rgb(83,28,180); }

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

border-color css

<style>
 span { border-color: #531CB4; }

 span { border-color: rgb(83,28,180); }

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