Html Css Color HEX #4C38BC Purple Heart

📋 copy color: '#4C38BC'

red 76 ◦ green 56 ◦ blue 188

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

Shades of Purple Heart #4C38BC

Tints of Purple Heart #4C38BC

RGB

 RED value IS 76 (30.08% from 255) = 23.75%

 GREEN value IS 56 (22.27% from 255) = 17.5%

 BLUE value IS 188 (73.83% from 255) = 58.75%

R = 23.75%
G = 17.5%
B = 58.75%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4C38BC (or 0x4C38BC) is known color: Purple Heart. HEX triplet: 4C, 38 and BC. RGB value is (76,56,188). Sum of RGB (Red+Green+Blue) = 76+56+188=320 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.75% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C38BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C38BC is #B3C743. Grayscale: #4C4C4C. Windows color (decimal): -11781956 or 12335180. OLE color: 12335180.

HSL color Cylindrical-coordinate representation of color #4C38BC: hue angle of 249.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C38BC is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 56 188 -
CMYK 0.60 0.70 0 0.26
HSL 249.09º 0.54% 0.48% -
HSV(B) 249.09º 0.7% 0.74% -
XYZ 13.47 8 48.41 -
YUV 77.03 190.63 127.27 -
System Red Green Blue C M Y K H S L
Decimal 76 56 188 0.60 0.70 0 0.26 249.09 0.54 0.48
Hex 4C 38 BC 3C 46 0 1A F9 36 30
Octal 114 70 274 74 106 0 32 371 66 60
Binary 1001100 111000 10111100 111100 1000110 0 11010 11111001 110110 110000

Color Harmonies of #4C38BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C38BC

Black with #4C38BC

Text Example


Text Example

White with #4C38BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C38BC; }

 p { color: rgb(76,56,188); }

 H1.HeaderClassName
 {
   color: #4C38BC;
 }
 .AnyTagClassName
 {
   color: #4C38BC;
 }
</style>

background-color css

<style>
 a { background-color: #4C38BC; }

 a { background-color: rgb(76,56,188); }

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

border-color css

<style>
 span { border-color: #4C38BC; }

 span { border-color: rgb(76,56,188); }

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