Html Css Color HEX #5C41CB Purple Heart

📋 copy color: '#5C41CB'

red 92 ◦ green 65 ◦ blue 203

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

Shades of Purple Heart #5C41CB

Tints of Purple Heart #5C41CB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.06%

 BLUE value IS 203 (79.69% from 255) = 56.39%

R = 25.56%
G = 18.06%
B = 56.39%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5C41CB (or 0x5C41CB) is known color: Purple Heart. HEX triplet: 5C, 41 and CB. RGB value is (92,65,203). Sum of RGB (Red+Green+Blue) = 92+65+203=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C41CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C41CB is #A3BE34. Grayscale: #585858. Windows color (decimal): -10731061 or 13320540. OLE color: 13320540.

HSL color Cylindrical-coordinate representation of color #5C41CB: hue angle of 251.74º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C41CB is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 92 65 203 -
CMYK 0.55 0.68 0 0.20
HSL 251.74º 0.57% 0.53% -
HSV(B) 251.74º 0.68% 0.8% -
XYZ 17.08 10.37 57.6 -
YUV 88.81 192.45 130.28 -
System Red Green Blue C M Y K H S L
Decimal 92 65 203 0.55 0.68 0 0.20 251.74 0.57 0.53
Hex 5C 41 CB 37 44 0 14 FC 39 35
Octal 134 101 313 67 104 0 24 374 71 65
Binary 1011100 1000001 11001011 110111 1000100 0 10100 11111100 111001 110101

Color Harmonies of #5C41CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C41CB

Black with #5C41CB

Text Example


Text Example

White with #5C41CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,65,203); }

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

background-color css

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

 a { background-color: rgb(92,65,203); }

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

border-color css

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

 span { border-color: rgb(92,65,203); }

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