Html Css Color HEX #6414F2 Han Purple

📋 copy color: '#6414F2'

red 100 ◦ green 20 ◦ blue 242

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

Shades of Han Purple #6414F2

Tints of Han Purple #6414F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 66.85%

R = 27.62%
G = 5.52%
B = 66.85%

CMYK

 C value IS 0.59

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6414F2 (or 0x6414F2) is known color: Han Purple. HEX triplet: 64, 14 and F2. RGB value is (100,20,242). Sum of RGB (Red+Green+Blue) = 100+20+242=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 242 (94.92% from 255 or 66.85% from 362); Max value from RGB is 242 - color contains mainly: blue. Hex color #6414F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6414F2 is #9BEB0D. Grayscale: #444444. Windows color (decimal): -10218254 or 15864932. OLE color: 15864932.

HSL color Cylindrical-coordinate representation of color #6414F2: hue angle of 261.62º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6414F2 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 100 20 242 -
CMYK 0.59 0.92 0 0.05
HSL 261.62º 0.9% 0.51% -
HSV(B) 261.62º 0.92% 0.95% -
XYZ 21.53 9.62 84.73 -
YUV 69.23 225.5 149.95 -
System Red Green Blue C M Y K H S L
Decimal 100 20 242 0.59 0.92 0 0.05 261.62 0.9 0.51
Hex 64 14 F2 3B 5C 0 5 106 5A 33
Octal 144 24 362 73 134 0 5 406 132 63
Binary 1100100 10100 11110010 111011 1011100 0 101 100000110 1011010 110011

Color Harmonies of #6414F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6414F2

Black with #6414F2

Text Example


Text Example

White with #6414F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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