Html Css Color HEX #5307BA Purple Heart

📋 copy color: '#5307BA'

red 83 ◦ green 7 ◦ blue 186

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

Shades of Purple Heart #5307BA

Tints of Purple Heart #5307BA

RGB

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

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

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

R = 30.07%
G = 2.54%
B = 67.39%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5307BA (or 0x5307BA) is known color: Purple Heart. HEX triplet: 53, 07 and BA. RGB value is (83,7,186). Sum of RGB (Red+Green+Blue) = 83+7+186=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #5307BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5307BA is #ACF845. Grayscale: #313131. Windows color (decimal): -11335750 or 12191571. OLE color: 12191571.

HSL color Cylindrical-coordinate representation of color #5307BA: hue angle of 265.47º 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 #5307BA is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 7 186 -
CMYK 0.55 0.96 0 0.27
HSL 265.47º 0.93% 0.38% -
HSV(B) 265.47º 0.96% 0.73% -
XYZ 12.51 5.54 46.86 -
YUV 50.13 204.68 151.45 -
System Red Green Blue C M Y K H S L
Decimal 83 7 186 0.55 0.96 0 0.27 265.47 0.93 0.38
Hex 53 7 BA 37 60 0 1B 109 5D 26
Octal 123 7 272 67 140 0 33 411 135 46
Binary 1010011 111 10111010 110111 1100000 0 11011 100001001 1011101 100110

Color Harmonies of #5307BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5307BA

Black with #5307BA

Text Example


Text Example

White with #5307BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5307BA; }

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

 H1.HeaderClassName
 {
   color: #5307BA;
 }
 .AnyTagClassName
 {
   color: #5307BA;
 }
</style>

background-color css

<style>
 a { background-color: #5307BA; }

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

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

border-color css

<style>
 span { border-color: #5307BA; }

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

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