Html Css Color HEX #531CBD Purple Heart

📋 copy color: '#531CBD'

red 83 ◦ green 28 ◦ blue 189

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

Shades of Purple Heart #531CBD

Tints of Purple Heart #531CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63%

R = 27.67%
G = 9.33%
B = 63%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#531CBD (or 0x531CBD) is known color: Purple Heart. HEX triplet: 53, 1C and BD. RGB value is (83,28,189). Sum of RGB (Red+Green+Blue) = 83+28+189=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 189 (74.22% from 255 or 63% from 300); Max value from RGB is 189 - color contains mainly: blue. Hex color #531CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531CBD is #ACE342. Grayscale: #3E3E3E. Windows color (decimal): -11330371 or 12393555. OLE color: 12393555.

HSL color Cylindrical-coordinate representation of color #531CBD: hue angle of 260.5º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #531CBD is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 28 189 -
CMYK 0.56 0.85 0 0.26
HSL 260.5º 0.74% 0.43% -
HSV(B) 260.5º 0.85% 0.74% -
XYZ 13.17 6.34 48.67 -
YUV 62.8 199.22 142.41 -
System Red Green Blue C M Y K H S L
Decimal 83 28 189 0.56 0.85 0 0.26 260.5 0.74 0.43
Hex 53 1C BD 38 55 0 1A 104 4A 2B
Octal 123 34 275 70 125 0 32 404 112 53
Binary 1010011 11100 10111101 111000 1010101 0 11010 100000100 1001010 101011

Color Harmonies of #531CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531CBD

Black with #531CBD

Text Example


Text Example

White with #531CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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