Html Css Color HEX #5C3EBD Purple Heart

📋 copy color: '#5C3EBD'

red 92 ◦ green 62 ◦ blue 189

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

Shades of Purple Heart #5C3EBD

Tints of Purple Heart #5C3EBD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.08%

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

R = 26.82%
G = 18.08%
B = 55.1%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5C3EBD (or 0x5C3EBD) is known color: Purple Heart. HEX triplet: 5C, 3E and BD. RGB value is (92,62,189). Sum of RGB (Red+Green+Blue) = 92+62+189=343 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.82% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #5C3EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3EBD is #A3C142. Grayscale: #545454. Windows color (decimal): -10731843 or 12402268. OLE color: 12402268.

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

Color convert

RGB 92 62 189 -
CMYK 0.51 0.67 0 0.26
HSL 254.17º 0.51% 0.49% -
HSV(B) 254.17º 0.67% 0.74% -
XYZ 15.32 9.39 49.15 -
YUV 85.45 186.44 132.67 -
System Red Green Blue C M Y K H S L
Decimal 92 62 189 0.51 0.67 0 0.26 254.17 0.51 0.49
Hex 5C 3E BD 33 43 0 1A FE 33 31
Octal 134 76 275 63 103 0 32 376 63 61
Binary 1011100 111110 10111101 110011 1000011 0 11010 11111110 110011 110001

Color Harmonies of #5C3EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3EBD

Black with #5C3EBD

Text Example


Text Example

White with #5C3EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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