Html Css Color HEX #5D07BA Purple Heart

📋 copy color: '#5D07BA'

red 93 ◦ green 7 ◦ blue 186

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

Shades of Purple Heart #5D07BA

Tints of Purple Heart #5D07BA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.45%

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

R = 32.52%
G = 2.45%
B = 65.03%

CMYK

 C value IS 0.5

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5D07BA (or 0x5D07BA) is known color: Purple Heart. HEX triplet: 5D, 07 and BA. RGB value is (93,7,186). Sum of RGB (Red+Green+Blue) = 93+7+186=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D07BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D07BA is #A2F845. Grayscale: #343434. Windows color (decimal): -10680390 or 12191581. OLE color: 12191581.

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

Color convert

RGB 93 7 186 -
CMYK 0.5 0.96 0 0.27
HSL 268.83º 0.93% 0.38% -
HSV(B) 268.83º 0.96% 0.73% -
XYZ 13.45 6.02 46.91 -
YUV 53.12 202.99 156.45 -
System Red Green Blue C M Y K H S L
Decimal 93 7 186 0.5 0.96 0 0.27 268.83 0.93 0.38
Hex 5D 7 BA 32 60 0 1B 10D 5D 26
Octal 135 7 272 62 140 0 33 415 135 46
Binary 1011101 111 10111010 110010 1100000 0 11011 100001101 1011101 100110

Color Harmonies of #5D07BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D07BA

Black with #5D07BA

Text Example


Text Example

White with #5D07BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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