Html Css Color HEX #4214FD Han Purple

📋 copy color: '#4214FD'

red 66 ◦ green 20 ◦ blue 253

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

Shades of Han Purple #4214FD

Tints of Han Purple #4214FD

RGB

 RED value IS 66 (26.17% from 255) = 19.47%

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

 BLUE value IS 253 (99.22% from 255) = 74.63%

R = 19.47%
G = 5.9%
B = 74.63%

CMYK

 C value IS 0.74

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4214FD (or 0x4214FD) is known color: Han Purple. HEX triplet: 42, 14 and FD. RGB value is (66,20,253). Sum of RGB (Red+Green+Blue) = 66+20+253=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 253 (99.22% from 255 or 74.63% from 339); Max value from RGB is 253 - color contains mainly: blue. Hex color #4214FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4214FD is #BDEB02. Grayscale: #3B3B3B. Windows color (decimal): -12446467 or 16585794. OLE color: 16585794.

HSL color Cylindrical-coordinate representation of color #4214FD: hue angle of 251.85º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4214FD is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 20 253 -
CMYK 0.74 0.92 0 0.01
HSL 251.85º 0.98% 0.54% -
HSV(B) 251.85º 0.92% 0.99% -
XYZ 20.23 8.75 93.55 -
YUV 60.32 236.74 132.05 -
System Red Green Blue C M Y K H S L
Decimal 66 20 253 0.74 0.92 0 0.01 251.85 0.98 0.54
Hex 42 14 FD 4A 5C 0 1 FC 62 36
Octal 102 24 375 112 134 0 1 374 142 66
Binary 1000010 10100 11111101 1001010 1011100 0 1 11111100 1100010 110110

Color Harmonies of #4214FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4214FD

Black with #4214FD

Text Example


Text Example

White with #4214FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4214FD; }

 p { color: rgb(66,20,253); }

 H1.HeaderClassName
 {
   color: #4214FD;
 }
 .AnyTagClassName
 {
   color: #4214FD;
 }
</style>

background-color css

<style>
 a { background-color: #4214FD; }

 a { background-color: rgb(66,20,253); }

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

border-color css

<style>
 span { border-color: #4214FD; }

 span { border-color: rgb(66,20,253); }

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