Html Css Color HEX #4C33BC Purple Heart

📋 copy color: '#4C33BC'

red 76 ◦ green 51 ◦ blue 188

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

Shades of Purple Heart #4C33BC

Tints of Purple Heart #4C33BC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.19%

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

R = 24.13%
G = 16.19%
B = 59.68%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4C33BC (or 0x4C33BC) is known color: Purple Heart. HEX triplet: 4C, 33 and BC. RGB value is (76,51,188). Sum of RGB (Red+Green+Blue) = 76+51+188=315 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.13% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C33BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C33BC is #B3CC43. Grayscale: #494949. Windows color (decimal): -11783236 or 12333900. OLE color: 12333900.

HSL color Cylindrical-coordinate representation of color #4C33BC: hue angle of 250.95º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C33BC is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 51 188 -
CMYK 0.60 0.73 0 0.26
HSL 250.95º 0.57% 0.47% -
HSV(B) 250.95º 0.73% 0.74% -
XYZ 13.24 7.53 48.33 -
YUV 74.09 192.28 129.36 -
System Red Green Blue C M Y K H S L
Decimal 76 51 188 0.60 0.73 0 0.26 250.95 0.57 0.47
Hex 4C 33 BC 3C 49 0 1A FB 39 2F
Octal 114 63 274 74 111 0 32 373 71 57
Binary 1001100 110011 10111100 111100 1001001 0 11010 11111011 111001 101111

Color Harmonies of #4C33BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C33BC

Black with #4C33BC

Text Example


Text Example

White with #4C33BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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