Html Css Color HEX #5B30AD Purple Heart

📋 copy color: '#5B30AD'

red 91 ◦ green 48 ◦ blue 173

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

Shades of Purple Heart #5B30AD

Tints of Purple Heart #5B30AD

RGB

 RED value IS 91 (35.94% from 255) = 29.17%

 GREEN value IS 48 (19.14% from 255) = 15.38%

 BLUE value IS 173 (67.97% from 255) = 55.45%

R = 29.17%
G = 15.38%
B = 55.45%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5B30AD (or 0x5B30AD) is known color: Purple Heart. HEX triplet: 5B, 30 and AD. RGB value is (91,48,173). Sum of RGB (Red+Green+Blue) = 91+48+173=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B30AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B30AD is #A4CF52. Grayscale: #4A4A4A. Windows color (decimal): -10800979 or 11350107. OLE color: 11350107.

HSL color Cylindrical-coordinate representation of color #5B30AD: hue angle of 260.64º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B30AD is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 91 48 173 -
CMYK 0.47 0.72 0 0.32
HSL 260.64º 0.57% 0.43% -
HSV(B) 260.64º 0.72% 0.68% -
XYZ 12.91 7.36 40.27 -
YUV 75.11 183.25 139.34 -
System Red Green Blue C M Y K H S L
Decimal 91 48 173 0.47 0.72 0 0.32 260.64 0.57 0.43
Hex 5B 30 AD 2F 48 0 20 105 39 2B
Octal 133 60 255 57 110 0 40 405 71 53
Binary 1011011 110000 10101101 101111 1001000 0 100000 100000101 111001 101011

Color Harmonies of #5B30AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B30AD

Black with #5B30AD

Text Example


Text Example

White with #5B30AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B30AD; }

 p { color: rgb(91,48,173); }

 H1.HeaderClassName
 {
   color: #5B30AD;
 }
 .AnyTagClassName
 {
   color: #5B30AD;
 }
</style>

background-color css

<style>
 a { background-color: #5B30AD; }

 a { background-color: rgb(91,48,173); }

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

border-color css

<style>
 span { border-color: #5B30AD; }

 span { border-color: rgb(91,48,173); }

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