Html Css Color HEX #6414EA Han Purple

📋 copy color: '#6414EA'

red 100 ◦ green 20 ◦ blue 234

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

Shades of Han Purple #6414EA

Tints of Han Purple #6414EA

RGB

 RED value IS 100 (39.45% from 255) = 28.25%

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

 BLUE value IS 234 (91.8% from 255) = 66.1%

R = 28.25%
G = 5.65%
B = 66.1%

CMYK

 C value IS 0.57

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6414EA (or 0x6414EA) is known color: Han Purple. HEX triplet: 64, 14 and EA. RGB value is (100,20,234). Sum of RGB (Red+Green+Blue) = 100+20+234=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #6414EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6414EA is #9BEB15. Grayscale: #434343. Windows color (decimal): -10218262 or 15340644. OLE color: 15340644.

HSL color Cylindrical-coordinate representation of color #6414EA: hue angle of 262.43º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6414EA is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 20 234 -
CMYK 0.57 0.91 0 0.08
HSL 262.43º 0.84% 0.5% -
HSV(B) 262.43º 0.91% 0.92% -
XYZ 20.36 9.15 78.54 -
YUV 68.32 221.5 150.6 -
System Red Green Blue C M Y K H S L
Decimal 100 20 234 0.57 0.91 0 0.08 262.43 0.84 0.5
Hex 64 14 EA 39 5B 0 8 106 54 32
Octal 144 24 352 71 133 0 10 406 124 62
Binary 1100100 10100 11101010 111001 1011011 0 1000 100000110 1010100 110010

Color Harmonies of #6414EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6414EA

Black with #6414EA

Text Example


Text Example

White with #6414EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6414EA; }

 p { color: rgb(100,20,234); }

 H1.HeaderClassName
 {
   color: #6414EA;
 }
 .AnyTagClassName
 {
   color: #6414EA;
 }
</style>

background-color css

<style>
 a { background-color: #6414EA; }

 a { background-color: rgb(100,20,234); }

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

border-color css

<style>
 span { border-color: #6414EA; }

 span { border-color: rgb(100,20,234); }

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