Html Css Color HEX #5C3BBB Purple Heart

📋 copy color: '#5C3BBB'

red 92 ◦ green 59 ◦ blue 187

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

Shades of Purple Heart #5C3BBB

Tints of Purple Heart #5C3BBB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.46%

 BLUE value IS 187 (73.44% from 255) = 55.33%

R = 27.22%
G = 17.46%
B = 55.33%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5C3BBB (or 0x5C3BBB) is known color: Purple Heart. HEX triplet: 5C, 3B and BB. RGB value is (92,59,187). Sum of RGB (Red+Green+Blue) = 92+59+187=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #5C3BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3BBB is #A3C444. Grayscale: #525252. Windows color (decimal): -10732613 or 12270428. OLE color: 12270428.

HSL color Cylindrical-coordinate representation of color #5C3BBB: hue angle of 255.47º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C3BBB is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 92 59 187 -
CMYK 0.51 0.68 0 0.27
HSL 255.47º 0.52% 0.48% -
HSV(B) 255.47º 0.68% 0.73% -
XYZ 14.95 8.99 47.96 -
YUV 83.46 186.43 134.09 -
System Red Green Blue C M Y K H S L
Decimal 92 59 187 0.51 0.68 0 0.27 255.47 0.52 0.48
Hex 5C 3B BB 33 44 0 1B FF 34 30
Octal 134 73 273 63 104 0 33 377 64 60
Binary 1011100 111011 10111011 110011 1000100 0 11011 11111111 110100 110000

Color Harmonies of #5C3BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3BBB

Black with #5C3BBB

Text Example


Text Example

White with #5C3BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,59,187); }

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

background-color css

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

 a { background-color: rgb(92,59,187); }

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

border-color css

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

 span { border-color: rgb(92,59,187); }

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