Html Css Color HEX #5C00BD Purple Heart

📋 copy color: '#5C00BD'

red 92 ◦ green 0 ◦ blue 189

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

Shades of Purple Heart #5C00BD

Tints of Purple Heart #5C00BD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.74%
G = 0%
B = 67.26%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5C00BD (or 0x5C00BD) is known color: Purple Heart. HEX triplet: 5C, 00 and BD. RGB value is (92,0,189). Sum of RGB (Red+Green+Blue) = 92+0+189=281 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.74% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #5C00BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C00BD is #A3FF42. Grayscale: #303030. Windows color (decimal): -10747715 or 12386396. OLE color: 12386396.

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

Color convert

RGB 92 0 189 -
CMYK 0.51 1 0 0.26
HSL 269.21º 1% 0.37% -
HSV(B) 269.21º 1% 0.74% -
XYZ 13.6 5.95 48.58 -
YUV 49.05 206.98 158.63 -
System Red Green Blue C M Y K H S L
Decimal 92 0 189 0.51 1 0 0.26 269.21 1 0.37
Hex 5C 0 BD 33 64 0 1A 10D 64 25
Octal 134 0 275 63 144 0 32 415 144 45
Binary 1011100 0 10111101 110011 1100100 0 11010 100001101 1100100 100101

Color Harmonies of #5C00BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C00BD

Black with #5C00BD

Text Example


Text Example

White with #5C00BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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