Html Css Color HEX #5B09BC Purple Heart

📋 copy color: '#5B09BC'

red 91 ◦ green 9 ◦ blue 188

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

Shades of Purple Heart #5B09BC

Tints of Purple Heart #5B09BC

RGB

 RED value IS 91 (35.94% from 255) = 31.6%

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

 BLUE value IS 188 (73.83% from 255) = 65.28%

R = 31.6%
G = 3.13%
B = 65.28%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5B09BC (or 0x5B09BC) is known color: Purple Heart. HEX triplet: 5B, 09 and BC. RGB value is (91,9,188). Sum of RGB (Red+Green+Blue) = 91+9+188=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B09BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B09BC is #A4F643. Grayscale: #353535. Windows color (decimal): -10810948 or 12323163. OLE color: 12323163.

HSL color Cylindrical-coordinate representation of color #5B09BC: hue angle of 267.49º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B09BC is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 91 9 188 -
CMYK 0.52 0.95 0 0.26
HSL 267.49º 0.91% 0.39% -
HSV(B) 267.49º 0.95% 0.74% -
XYZ 13.49 6.05 48.03 -
YUV 53.92 203.67 154.45 -
System Red Green Blue C M Y K H S L
Decimal 91 9 188 0.52 0.95 0 0.26 267.49 0.91 0.39
Hex 5B 9 BC 34 5F 0 1A 10B 5B 27
Octal 133 11 274 64 137 0 32 413 133 47
Binary 1011011 1001 10111100 110100 1011111 0 11010 100001011 1011011 100111

Color Harmonies of #5B09BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B09BC

Black with #5B09BC

Text Example


Text Example

White with #5B09BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,9,188); }

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

background-color css

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

 a { background-color: rgb(91,9,188); }

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

border-color css

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

 span { border-color: rgb(91,9,188); }

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