Html Css Color HEX #4F00CF Han Purple

📋 copy color: '#4F00CF'

red 79 ◦ green 0 ◦ blue 207

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

Shades of Han Purple #4F00CF

Tints of Han Purple #4F00CF

RGB

 RED value IS 79 (31.25% from 255) = 27.62%

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

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

R = 27.62%
G = 0%
B = 72.38%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4F00CF (or 0x4F00CF) is known color: Han Purple. HEX triplet: 4F, 00 and CF. RGB value is (79,0,207). Sum of RGB (Red+Green+Blue) = 79+0+207=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 207 (81.25% from 255 or 72.38% from 286); Max value from RGB is 207 - color contains mainly: blue. Hex color #4F00CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F00CF is #B0FF30. Grayscale: #2E2E2E. Windows color (decimal): -11599665 or 13566031. OLE color: 13566031.

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

Color convert

RGB 79 0 207 -
CMYK 0.62 1 0 0.19
HSL 262.9º 1% 0.41% -
HSV(B) 262.9º 1% 0.81% -
XYZ 14.49 6.17 59.46 -
YUV 47.22 218.17 150.67 -
System Red Green Blue C M Y K H S L
Decimal 79 0 207 0.62 1 0 0.19 262.9 1 0.41
Hex 4F 0 CF 3E 64 0 13 107 64 29
Octal 117 0 317 76 144 0 23 407 144 51
Binary 1001111 0 11001111 111110 1100100 0 10011 100000111 1100100 101001

Color Harmonies of #4F00CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F00CF

Black with #4F00CF

Text Example


Text Example

White with #4F00CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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