Html Css Color HEX #5D04B6 Purple Heart

📋 copy color: '#5D04B6'

red 93 ◦ green 4 ◦ blue 182

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

Shades of Purple Heart #5D04B6

Tints of Purple Heart #5D04B6

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

 BLUE value IS 182 (71.48% from 255) = 65.23%

R = 33.33%
G = 1.43%
B = 65.23%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5D04B6 (or 0x5D04B6) is known color: Purple Heart. HEX triplet: 5D, 04 and B6. RGB value is (93,4,182). Sum of RGB (Red+Green+Blue) = 93+4+182=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 182 (71.48% from 255 or 65.23% from 279); Max value from RGB is 182 - color contains mainly: blue. Hex color #5D04B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D04B6 is #A2FB49. Grayscale: #323232. Windows color (decimal): -10681162 or 11928669. OLE color: 11928669.

HSL color Cylindrical-coordinate representation of color #5D04B6: hue angle of 270º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D04B6 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 93 4 182 -
CMYK 0.49 0.98 0 0.29
HSL 270º 0.96% 0.36% -
HSV(B) 270º 0.98% 0.71% -
XYZ 13 5.79 44.69 -
YUV 50.9 201.99 158.03 -
System Red Green Blue C M Y K H S L
Decimal 93 4 182 0.49 0.98 0 0.29 270 0.96 0.36
Hex 5D 4 B6 31 62 0 1D 10E 60 24
Octal 135 4 266 61 142 0 35 416 140 44
Binary 1011101 100 10110110 110001 1100010 0 11101 100001110 1100000 100100

Color Harmonies of #5D04B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D04B6

Black with #5D04B6

Text Example


Text Example

White with #5D04B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,4,182); }

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

background-color css

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

 a { background-color: rgb(93,4,182); }

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

border-color css

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

 span { border-color: rgb(93,4,182); }

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