Html Css Color HEX #5301BD Purple Heart

📋 copy color: '#5301BD'

red 83 ◦ green 1 ◦ blue 189

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

Shades of Purple Heart #5301BD

Tints of Purple Heart #5301BD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 189 (74.22% from 255) = 69.23%

R = 30.4%
G = 0.37%
B = 69.23%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5301BD (or 0x5301BD) is known color: Purple Heart. HEX triplet: 53, 01 and BD. RGB value is (83,1,189). Sum of RGB (Red+Green+Blue) = 83+1+189=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #5301BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5301BD is #ACFE42. Grayscale: #2E2E2E. Windows color (decimal): -11337283 or 12386643. OLE color: 12386643.

HSL color Cylindrical-coordinate representation of color #5301BD: hue angle of 266.17º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5301BD is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 1 189 -
CMYK 0.56 0.99 0 0.26
HSL 266.17º 0.99% 0.37% -
HSV(B) 266.17º 0.99% 0.74% -
XYZ 12.76 5.53 48.54 -
YUV 46.95 208.17 153.71 -
System Red Green Blue C M Y K H S L
Decimal 83 1 189 0.56 0.99 0 0.26 266.17 0.99 0.37
Hex 53 1 BD 38 63 0 1A 10A 63 25
Octal 123 1 275 70 143 0 32 412 143 45
Binary 1010011 1 10111101 111000 1100011 0 11010 100001010 1100011 100101

Color Harmonies of #5301BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5301BD

Black with #5301BD

Text Example


Text Example

White with #5301BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5301BD; }

 p { color: rgb(83,1,189); }

 H1.HeaderClassName
 {
   color: #5301BD;
 }
 .AnyTagClassName
 {
   color: #5301BD;
 }
</style>

background-color css

<style>
 a { background-color: #5301BD; }

 a { background-color: rgb(83,1,189); }

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

border-color css

<style>
 span { border-color: #5301BD; }

 span { border-color: rgb(83,1,189); }

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