Html Css Color HEX #642FF9 Han Purple

📋 copy color: '#642FF9'

red 100 ◦ green 47 ◦ blue 249

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

Shades of Han Purple #642FF9

Tints of Han Purple #642FF9

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.87%

 BLUE value IS 249 (97.66% from 255) = 62.88%

R = 25.25%
G = 11.87%
B = 62.88%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#642FF9 (or 0x642FF9) is known color: Han Purple. HEX triplet: 64, 2F and F9. RGB value is (100,47,249). Sum of RGB (Red+Green+Blue) = 100+47+249=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 249 (97.66% from 255 or 62.88% from 396); Max value from RGB is 249 - color contains mainly: blue. Hex color #642FF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642FF9 is #9BD006. Grayscale: #555555. Windows color (decimal): -10211335 or 16330596. OLE color: 16330596.

HSL color Cylindrical-coordinate representation of color #642FF9: hue angle of 255.74º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #642FF9 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 47 249 -
CMYK 0.60 0.81 0 0.02
HSL 255.74º 0.94% 0.58% -
HSV(B) 255.74º 0.81% 0.98% -
XYZ 23.37 11.58 90.63 -
YUV 85.88 220.06 138.07 -
System Red Green Blue C M Y K H S L
Decimal 100 47 249 0.60 0.81 0 0.02 255.74 0.94 0.58
Hex 64 2F F9 3C 51 0 2 100 5E 3A
Octal 144 57 371 74 121 0 2 400 136 72
Binary 1100100 101111 11111001 111100 1010001 0 10 100000000 1011110 111010

Color Harmonies of #642FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642FF9

Black with #642FF9

Text Example


Text Example

White with #642FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642FF9; }

 p { color: rgb(100,47,249); }

 H1.HeaderClassName
 {
   color: #642FF9;
 }
 .AnyTagClassName
 {
   color: #642FF9;
 }
</style>

background-color css

<style>
 a { background-color: #642FF9; }

 a { background-color: rgb(100,47,249); }

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

border-color css

<style>
 span { border-color: #642FF9; }

 span { border-color: rgb(100,47,249); }

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