Html Css Color HEX #5D30BA Purple Heart

📋 copy color: '#5D30BA'

red 93 ◦ green 48 ◦ blue 186

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

Shades of Purple Heart #5D30BA

Tints of Purple Heart #5D30BA

RGB

 RED value IS 93 (36.72% from 255) = 28.44%

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

 BLUE value IS 186 (73.05% from 255) = 56.88%

R = 28.44%
G = 14.68%
B = 56.88%

CMYK

 C value IS 0.5

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5D30BA (or 0x5D30BA) is known color: Purple Heart. HEX triplet: 5D, 30 and BA. RGB value is (93,48,186). Sum of RGB (Red+Green+Blue) = 93+48+186=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D30BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D30BA is #A2CF45. Grayscale: #4C4C4C. Windows color (decimal): -10669894 or 12202077. OLE color: 12202077.

HSL color Cylindrical-coordinate representation of color #5D30BA: hue angle of 259.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D30BA is Cyan = 0.5, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 48 186 -
CMYK 0.5 0.74 0 0.27
HSL 259.57º 0.59% 0.46% -
HSV(B) 259.57º 0.74% 0.73% -
XYZ 14.43 7.99 47.24 -
YUV 77.19 189.41 139.28 -
System Red Green Blue C M Y K H S L
Decimal 93 48 186 0.5 0.74 0 0.27 259.57 0.59 0.46
Hex 5D 30 BA 32 4A 0 1B 104 3B 2E
Octal 135 60 272 62 112 0 33 404 73 56
Binary 1011101 110000 10111010 110010 1001010 0 11011 100000100 111011 101110

Color Harmonies of #5D30BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D30BA

Black with #5D30BA

Text Example


Text Example

White with #5D30BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,48,186); }

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

background-color css

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

 a { background-color: rgb(93,48,186); }

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

border-color css

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

 span { border-color: rgb(93,48,186); }

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