Html Css Color HEX #4C27DD Han Purple

📋 copy color: '#4C27DD'

red 76 ◦ green 39 ◦ blue 221

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

Shades of Han Purple #4C27DD

Tints of Han Purple #4C27DD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.61%

 BLUE value IS 221 (86.72% from 255) = 65.77%

R = 22.62%
G = 11.61%
B = 65.77%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C27DD (or 0x4C27DD) is known color: Han Purple. HEX triplet: 4C, 27 and DD. RGB value is (76,39,221). Sum of RGB (Red+Green+Blue) = 76+39+221=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C27DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C27DD is #B3D822. Grayscale: #464646. Windows color (decimal): -11786275 or 14493516. OLE color: 14493516.

HSL color Cylindrical-coordinate representation of color #4C27DD: hue angle of 252.2º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C27DD is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 39 221 -
CMYK 0.66 0.82 0 0.13
HSL 252.2º 0.73% 0.51% -
HSV(B) 252.2º 0.82% 0.87% -
XYZ 16.76 8.21 69.11 -
YUV 70.81 212.76 131.7 -
System Red Green Blue C M Y K H S L
Decimal 76 39 221 0.66 0.82 0 0.13 252.2 0.73 0.51
Hex 4C 27 DD 42 52 0 D FC 49 33
Octal 114 47 335 102 122 0 15 374 111 63
Binary 1001100 100111 11011101 1000010 1010010 0 1101 11111100 1001001 110011

Color Harmonies of #4C27DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C27DD

Black with #4C27DD

Text Example


Text Example

White with #4C27DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,39,221); }

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

background-color css

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

 a { background-color: rgb(76,39,221); }

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

border-color css

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

 span { border-color: rgb(76,39,221); }

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