Html Css Color HEX #6427FF Han Purple

📋 copy color: '#6427FF'

red 100 ◦ green 39 ◦ blue 255

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

Shades of Han Purple #6427FF

Tints of Han Purple #6427FF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.9%

 BLUE value IS 255 (100% from 255) = 64.72%

R = 25.38%
G = 9.9%
B = 64.72%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6427FF (or 0x6427FF) is known color: Han Purple. HEX triplet: 64, 27 and FF. RGB value is (100,39,255). Sum of RGB (Red+Green+Blue) = 100+39+255=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #6427FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6427FF is #9BD800. Grayscale: #515151. Windows color (decimal): -10213377 or 16721764. OLE color: 16721764.

HSL color Cylindrical-coordinate representation of color #6427FF: hue angle of 256.94º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6427FF is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 100 39 255 -
CMYK 0.61 0.85 0 0
HSL 256.94º 1% 0.58% -
HSV(B) 256.94º 0.85% 1% -
XYZ 24.03 11.38 95.54 -
YUV 81.86 225.71 140.94 -
System Red Green Blue C M Y K H S L
Decimal 100 39 255 0.61 0.85 0 0 256.94 1 0.58
Hex 64 27 FF 3D 55 0 0 101 64 3A
Octal 144 47 377 75 125 0 0 401 144 72
Binary 1100100 100111 11111111 111101 1010101 0 0 100000001 1100100 111010

Color Harmonies of #6427FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6427FF

Black with #6427FF

Text Example


Text Example

White with #6427FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6427FF; }

 p { color: rgb(100,39,255); }

 H1.HeaderClassName
 {
   color: #6427FF;
 }
 .AnyTagClassName
 {
   color: #6427FF;
 }
</style>

background-color css

<style>
 a { background-color: #6427FF; }

 a { background-color: rgb(100,39,255); }

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

border-color css

<style>
 span { border-color: #6427FF; }

 span { border-color: rgb(100,39,255); }

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