Html Css Color HEX #531BAB Purple Heart

📋 copy color: '#531BAB'

red 83 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #531BAB

Tints of Purple Heart #531BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.61%

 BLUE value IS 171 (67.19% from 255) = 60.85%

R = 29.54%
G = 9.61%
B = 60.85%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#531BAB (or 0x531BAB) is known color: Purple Heart. HEX triplet: 53, 1B and AB. RGB value is (83,27,171). Sum of RGB (Red+Green+Blue) = 83+27+171=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #531BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531BAB is #ACE454. Grayscale: #3B3B3B. Windows color (decimal): -11330645 or 11213651. OLE color: 11213651.

HSL color Cylindrical-coordinate representation of color #531BAB: hue angle of 263.33º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #531BAB is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 27 171 -
CMYK 0.51 0.84 0 0.33
HSL 263.33º 0.73% 0.39% -
HSV(B) 263.33º 0.84% 0.67% -
XYZ 11.31 5.56 39.01 -
YUV 60.16 190.55 144.29 -
System Red Green Blue C M Y K H S L
Decimal 83 27 171 0.51 0.84 0 0.33 263.33 0.73 0.39
Hex 53 1B AB 33 54 0 21 107 49 27
Octal 123 33 253 63 124 0 41 407 111 47
Binary 1010011 11011 10101011 110011 1010100 0 100001 100000111 1001001 100111

Color Harmonies of #531BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531BAB

Black with #531BAB

Text Example


Text Example

White with #531BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,27,171); }

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

background-color css

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

 a { background-color: rgb(83,27,171); }

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

border-color css

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

 span { border-color: rgb(83,27,171); }

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