Html Css Color HEX #4C00D7 Han Purple

📋 copy color: '#4C00D7'

red 76 ◦ green 0 ◦ blue 215

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

Shades of Han Purple #4C00D7

Tints of Han Purple #4C00D7

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 215 (84.38% from 255) = 73.88%

R = 26.12%
G = 0%
B = 73.88%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4C00D7 (or 0x4C00D7) is known color: Han Purple. HEX triplet: 4C, 00 and D7. RGB value is (76,0,215). Sum of RGB (Red+Green+Blue) = 76+0+215=291 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.12% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 215 (84.38% from 255 or 73.88% from 291); Max value from RGB is 215 - color contains mainly: blue. Hex color #4C00D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C00D7 is #B3FF28. Grayscale: #2E2E2E. Windows color (decimal): -11796265 or 14090316. OLE color: 14090316.

HSL color Cylindrical-coordinate representation of color #4C00D7: hue angle of 261.21º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C00D7 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 76 0 215 -
CMYK 0.65 1 0 0.16
HSL 261.21º 1% 0.42% -
HSV(B) 261.21º 1% 0.84% -
XYZ 15.25 6.44 64.73 -
YUV 47.23 222.68 148.52 -
System Red Green Blue C M Y K H S L
Decimal 76 0 215 0.65 1 0 0.16 261.21 1 0.42
Hex 4C 0 D7 41 64 0 10 105 64 2A
Octal 114 0 327 101 144 0 20 405 144 52
Binary 1001100 0 11010111 1000001 1100100 0 10000 100000101 1100100 101010

Color Harmonies of #4C00D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C00D7

Black with #4C00D7

Text Example


Text Example

White with #4C00D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,0,215); }

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

background-color css

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

 a { background-color: rgb(76,0,215); }

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

border-color css

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

 span { border-color: rgb(76,0,215); }

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