Html Css Color HEX #4A00ED Han Purple

📋 copy color: '#4A00ED'

red 74 ◦ green 0 ◦ blue 237

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

Shades of Han Purple #4A00ED

Tints of Han Purple #4A00ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 76.21%

R = 23.79%
G = 0%
B = 76.21%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4A00ED (or 0x4A00ED) is known color: Han Purple. HEX triplet: 4A, 00 and ED. RGB value is (74,0,237). Sum of RGB (Red+Green+Blue) = 74+0+237=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 237 (92.97% from 255 or 76.21% from 311); Max value from RGB is 237 - color contains mainly: blue. Hex color #4A00ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A00ED is #B5FF12. Grayscale: #303030. Windows color (decimal): -11927315 or 15532106. OLE color: 15532106.

HSL color Cylindrical-coordinate representation of color #4A00ED: hue angle of 258.73º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A00ED is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 0 237 -
CMYK 0.69 1 0 0.07
HSL 258.73º 1% 0.46% -
HSV(B) 258.73º 1% 0.93% -
XYZ 18.11 7.57 80.63 -
YUV 49.14 234.02 145.73 -
System Red Green Blue C M Y K H S L
Decimal 74 0 237 0.69 1 0 0.07 258.73 1 0.46
Hex 4A 0 ED 45 64 0 7 103 64 2E
Octal 112 0 355 105 144 0 7 403 144 56
Binary 1001010 0 11101101 1000101 1100100 0 111 100000011 1100100 101110

Color Harmonies of #4A00ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A00ED

Black with #4A00ED

Text Example


Text Example

White with #4A00ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,0,237); }

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

background-color css

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

 a { background-color: rgb(74,0,237); }

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

border-color css

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

 span { border-color: rgb(74,0,237); }

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