Html Css Color HEX #5309BF Purple Heart

📋 copy color: '#5309BF'

red 83 ◦ green 9 ◦ blue 191

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

Shades of Purple Heart #5309BF

Tints of Purple Heart #5309BF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.18%

 BLUE value IS 191 (75% from 255) = 67.49%

R = 29.33%
G = 3.18%
B = 67.49%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5309BF (or 0x5309BF) is known color: Purple Heart. HEX triplet: 53, 09 and BF. RGB value is (83,9,191). Sum of RGB (Red+Green+Blue) = 83+9+191=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #5309BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5309BF is #ACF640. Grayscale: #333333. Windows color (decimal): -11335233 or 12519763. OLE color: 12519763.

HSL color Cylindrical-coordinate representation of color #5309BF: hue angle of 264.4º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5309BF is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 9 191 -
CMYK 0.57 0.95 0 0.25
HSL 264.4º 0.91% 0.39% -
HSV(B) 264.4º 0.95% 0.75% -
XYZ 13.07 5.8 49.72 -
YUV 51.87 206.52 150.2 -
System Red Green Blue C M Y K H S L
Decimal 83 9 191 0.57 0.95 0 0.25 264.4 0.91 0.39
Hex 53 9 BF 39 5F 0 19 108 5B 27
Octal 123 11 277 71 137 0 31 410 133 47
Binary 1010011 1001 10111111 111001 1011111 0 11001 100001000 1011011 100111

Color Harmonies of #5309BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5309BF

Black with #5309BF

Text Example


Text Example

White with #5309BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5309BF; }

 p { color: rgb(83,9,191); }

 H1.HeaderClassName
 {
   color: #5309BF;
 }
 .AnyTagClassName
 {
   color: #5309BF;
 }
</style>

background-color css

<style>
 a { background-color: #5309BF; }

 a { background-color: rgb(83,9,191); }

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

border-color css

<style>
 span { border-color: #5309BF; }

 span { border-color: rgb(83,9,191); }

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