Html Css Color HEX #4C00CF Han Purple

📋 copy color: '#4C00CF'

red 76 ◦ green 0 ◦ blue 207

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

Shades of Han Purple #4C00CF

Tints of Han Purple #4C00CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 73.14%

R = 26.86%
G = 0%
B = 73.14%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C00CF (or 0x4C00CF) is known color: Han Purple. HEX triplet: 4C, 00 and CF. RGB value is (76,0,207). Sum of RGB (Red+Green+Blue) = 76+0+207=283 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.86% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C00CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C00CF is #B3FF30. Grayscale: #2D2D2D. Windows color (decimal): -11796273 or 13566028. OLE color: 13566028.

HSL color Cylindrical-coordinate representation of color #4C00CF: hue angle of 262.03º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C00CF is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 0 207 -
CMYK 0.63 1 0 0.19
HSL 262.03º 1% 0.41% -
HSV(B) 262.03º 1% 0.81% -
XYZ 14.24 6.04 59.45 -
YUV 46.32 218.68 149.17 -
System Red Green Blue C M Y K H S L
Decimal 76 0 207 0.63 1 0 0.19 262.03 1 0.41
Hex 4C 0 CF 3F 64 0 13 106 64 29
Octal 114 0 317 77 144 0 23 406 144 51
Binary 1001100 0 11001111 111111 1100100 0 10011 100000110 1100100 101001

Color Harmonies of #4C00CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C00CF

Black with #4C00CF

Text Example


Text Example

White with #4C00CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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