Html Css Color HEX #4D00CF Han Purple

📋 copy color: '#4D00CF'

red 77 ◦ green 0 ◦ blue 207

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

Shades of Han Purple #4D00CF

Tints of Han Purple #4D00CF

RGB

 RED value IS 77 (30.47% from 255) = 27.11%

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

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

R = 27.11%
G = 0%
B = 72.89%

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

#4D00CF (or 0x4D00CF) is known color: Han Purple. HEX triplet: 4D, 00 and CF. RGB value is (77,0,207). Sum of RGB (Red+Green+Blue) = 77+0+207=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 207 (81.25% from 255 or 72.89% from 284); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D00CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D00CF is #B2FF30. Grayscale: #2D2D2D. Windows color (decimal): -11730737 or 13566029. OLE color: 13566029.

HSL color Cylindrical-coordinate representation of color #4D00CF: hue angle of 262.32º 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 #4D00CF is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 0 207 -
CMYK 0.63 1 0 0.19
HSL 262.32º 1% 0.41% -
HSV(B) 262.32º 1% 0.81% -
XYZ 14.32 6.08 59.45 -
YUV 46.62 218.51 149.67 -
System Red Green Blue C M Y K H S L
Decimal 77 0 207 0.63 1 0 0.19 262.32 1 0.41
Hex 4D 0 CF 3F 64 0 13 106 64 29
Octal 115 0 317 77 144 0 23 406 144 51
Binary 1001101 0 11001111 111111 1100100 0 10011 100000110 1100100 101001

Color Harmonies of #4D00CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D00CF

Black with #4D00CF

Text Example


Text Example

White with #4D00CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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