Html Css Color HEX #4014CF Han Purple

📋 copy color: '#4014CF'

red 64 ◦ green 20 ◦ blue 207

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

Shades of Han Purple #4014CF

Tints of Han Purple #4014CF

RGB

 RED value IS 64 (25.39% from 255) = 21.99%

 GREEN value IS 20 (8.2% from 255) = 6.87%

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

R = 21.99%
G = 6.87%
B = 71.13%

CMYK

 C value IS 0.69

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4014CF (or 0x4014CF) is known color: Han Purple. HEX triplet: 40, 14 and CF. RGB value is (64,20,207). Sum of RGB (Red+Green+Blue) = 64+20+207=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 207 (81.25% from 255 or 71.13% from 291); Max value from RGB is 207 - color contains mainly: blue. Hex color #4014CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4014CF is #BFEB30. Grayscale: #353535. Windows color (decimal): -12577585 or 13571136. OLE color: 13571136.

HSL color Cylindrical-coordinate representation of color #4014CF: hue angle of 254.12º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4014CF is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 20 207 -
CMYK 0.69 0.90 0 0.19
HSL 254.12º 0.82% 0.45% -
HSV(B) 254.12º 0.9% 0.81% -
XYZ 13.63 6.1 59.49 -
YUV 54.47 214.08 134.79 -
System Red Green Blue C M Y K H S L
Decimal 64 20 207 0.69 0.90 0 0.19 254.12 0.82 0.45
Hex 40 14 CF 45 5A 0 13 FE 52 2D
Octal 100 24 317 105 132 0 23 376 122 55
Binary 1000000 10100 11001111 1000101 1011010 0 10011 11111110 1010010 101101

Color Harmonies of #4014CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4014CF

Black with #4014CF

Text Example


Text Example

White with #4014CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4014CF; }

 p { color: rgb(64,20,207); }

 H1.HeaderClassName
 {
   color: #4014CF;
 }
 .AnyTagClassName
 {
   color: #4014CF;
 }
</style>

background-color css

<style>
 a { background-color: #4014CF; }

 a { background-color: rgb(64,20,207); }

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

border-color css

<style>
 span { border-color: #4014CF; }

 span { border-color: rgb(64,20,207); }

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