Html Css Color HEX #5C09BD Purple Heart

📋 copy color: '#5C09BD'

red 92 ◦ green 9 ◦ blue 189

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

Shades of Purple Heart #5C09BD

Tints of Purple Heart #5C09BD

RGB

 RED value IS 92 (36.33% from 255) = 31.72%

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

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

R = 31.72%
G = 3.1%
B = 65.17%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5C09BD (or 0x5C09BD) is known color: Purple Heart. HEX triplet: 5C, 09 and BD. RGB value is (92,9,189). Sum of RGB (Red+Green+Blue) = 92+9+189=290 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.72% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 189 (74.22% from 255 or 65.17% from 290); Max value from RGB is 189 - color contains mainly: blue. Hex color #5C09BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C09BD is #A3F642. Grayscale: #353535. Windows color (decimal): -10745411 or 12388700. OLE color: 12388700.

HSL color Cylindrical-coordinate representation of color #5C09BD: hue angle of 267.67º 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 #5C09BD is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 92 9 189 -
CMYK 0.51 0.95 0 0.26
HSL 267.67º 0.91% 0.39% -
HSV(B) 267.67º 0.95% 0.74% -
XYZ 13.7 6.14 48.61 -
YUV 54.34 204 154.86 -
System Red Green Blue C M Y K H S L
Decimal 92 9 189 0.51 0.95 0 0.26 267.67 0.91 0.39
Hex 5C 9 BD 33 5F 0 1A 10C 5B 27
Octal 134 11 275 63 137 0 32 414 133 47
Binary 1011100 1001 10111101 110011 1011111 0 11010 100001100 1011011 100111

Color Harmonies of #5C09BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C09BD

Black with #5C09BD

Text Example


Text Example

White with #5C09BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,9,189); }

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

background-color css

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

 a { background-color: rgb(92,9,189); }

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

border-color css

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

 span { border-color: rgb(92,9,189); }

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