Html Css Color HEX #4727DD Han Purple

📋 copy color: '#4727DD'

red 71 ◦ green 39 ◦ blue 221

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

Shades of Han Purple #4727DD

Tints of Han Purple #4727DD

RGB

 RED value IS 71 (28.13% from 255) = 21.45%

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

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

R = 21.45%
G = 11.78%
B = 66.77%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4727DD (or 0x4727DD) is known color: Han Purple. HEX triplet: 47, 27 and DD. RGB value is (71,39,221). Sum of RGB (Red+Green+Blue) = 71+39+221=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #4727DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4727DD is #B8D822. Grayscale: #444444. Windows color (decimal): -12113955 or 14493511. OLE color: 14493511.

HSL color Cylindrical-coordinate representation of color #4727DD: hue angle of 250.55º 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 #4727DD is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 39 221 -
CMYK 0.68 0.82 0 0.13
HSL 250.55º 0.73% 0.51% -
HSV(B) 250.55º 0.82% 0.87% -
XYZ 16.38 8.01 69.09 -
YUV 69.32 213.6 129.2 -
System Red Green Blue C M Y K H S L
Decimal 71 39 221 0.68 0.82 0 0.13 250.55 0.73 0.51
Hex 47 27 DD 44 52 0 D FB 49 33
Octal 107 47 335 104 122 0 15 373 111 63
Binary 1000111 100111 11011101 1000100 1010010 0 1101 11111011 1001001 110011

Color Harmonies of #4727DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4727DD

Black with #4727DD

Text Example


Text Example

White with #4727DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4727DD; }

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

 H1.HeaderClassName
 {
   color: #4727DD;
 }
 .AnyTagClassName
 {
   color: #4727DD;
 }
</style>

background-color css

<style>
 a { background-color: #4727DD; }

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

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

border-color css

<style>
 span { border-color: #4727DD; }

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

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