Html Css Color HEX #4A13EF Han Purple

📋 copy color: '#4A13EF'

red 74 ◦ green 19 ◦ blue 239

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

Shades of Han Purple #4A13EF

Tints of Han Purple #4A13EF

RGB

 RED value IS 74 (29.3% from 255) = 22.29%

 GREEN value IS 19 (7.81% from 255) = 5.72%

 BLUE value IS 239 (93.75% from 255) = 71.99%

R = 22.29%
G = 5.72%
B = 71.99%

CMYK

 C value IS 0.69

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4A13EF (or 0x4A13EF) is known color: Han Purple. HEX triplet: 4A, 13 and EF. RGB value is (74,19,239). Sum of RGB (Red+Green+Blue) = 74+19+239=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 239 (93.75% from 255 or 71.99% from 332); Max value from RGB is 239 - color contains mainly: blue. Hex color #4A13EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A13EF is #B5EC10. Grayscale: #3B3B3B. Windows color (decimal): -11922449 or 15668042. OLE color: 15668042.

HSL color Cylindrical-coordinate representation of color #4A13EF: hue angle of 255º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A13EF is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 19 239 -
CMYK 0.69 0.92 0 0.06
HSL 255º 0.87% 0.51% -
HSV(B) 255º 0.92% 0.94% -
XYZ 18.64 8.15 82.25 -
YUV 60.53 228.72 137.61 -
System Red Green Blue C M Y K H S L
Decimal 74 19 239 0.69 0.92 0 0.06 255 0.87 0.51
Hex 4A 13 EF 45 5C 0 6 FF 57 33
Octal 112 23 357 105 134 0 6 377 127 63
Binary 1001010 10011 11101111 1000101 1011100 0 110 11111111 1010111 110011

Color Harmonies of #4A13EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A13EF

Black with #4A13EF

Text Example


Text Example

White with #4A13EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,19,239); }

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

background-color css

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

 a { background-color: rgb(74,19,239); }

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

border-color css

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

 span { border-color: rgb(74,19,239); }

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