Html Css Color HEX #5B09AF Purple Heart

📋 copy color: '#5B09AF'

red 91 ◦ green 9 ◦ blue 175

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

Shades of Purple Heart #5B09AF

Tints of Purple Heart #5B09AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 63.64%

R = 33.09%
G = 3.27%
B = 63.64%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5B09AF (or 0x5B09AF) is known color: Purple Heart. HEX triplet: 5B, 09 and AF. RGB value is (91,9,175). Sum of RGB (Red+Green+Blue) = 91+9+175=275 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.09% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B09AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B09AF is #A4F650. Grayscale: #333333. Windows color (decimal): -10810961 or 11471195. OLE color: 11471195.

HSL color Cylindrical-coordinate representation of color #5B09AF: hue angle of 269.64º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B09AF is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 91 9 175 -
CMYK 0.48 0.95 0 0.31
HSL 269.64º 0.9% 0.36% -
HSV(B) 269.64º 0.95% 0.69% -
XYZ 12.15 5.51 40.98 -
YUV 52.44 197.17 155.5 -
System Red Green Blue C M Y K H S L
Decimal 91 9 175 0.48 0.95 0 0.31 269.64 0.9 0.36
Hex 5B 9 AF 30 5F 0 1F 10E 5A 24
Octal 133 11 257 60 137 0 37 416 132 44
Binary 1011011 1001 10101111 110000 1011111 0 11111 100001110 1011010 100100

Color Harmonies of #5B09AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B09AF

Black with #5B09AF

Text Example


Text Example

White with #5B09AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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