Html Css Color HEX #642FFA Han Purple

📋 copy color: '#642FFA'

red 100 ◦ green 47 ◦ blue 250

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

Shades of Han Purple #642FFA

Tints of Han Purple #642FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.97%

R = 25.19%
G = 11.84%
B = 62.97%

CMYK

 C value IS 0.6

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#642FFA (or 0x642FFA) is known color: Han Purple. HEX triplet: 64, 2F and FA. RGB value is (100,47,250). Sum of RGB (Red+Green+Blue) = 100+47+250=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #642FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642FFA is #9BD005. Grayscale: #555555. Windows color (decimal): -10211334 or 16396132. OLE color: 16396132.

HSL color Cylindrical-coordinate representation of color #642FFA: hue angle of 255.67º degrees, saturation: 0.95, 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 #642FFA is Cyan = 0.6, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 47 250 -
CMYK 0.6 0.81 0 0.02
HSL 255.67º 0.95% 0.58% -
HSV(B) 255.67º 0.81% 0.98% -
XYZ 23.53 11.64 91.45 -
YUV 85.99 220.56 137.99 -
System Red Green Blue C M Y K H S L
Decimal 100 47 250 0.6 0.81 0 0.02 255.67 0.95 0.58
Hex 64 2F FA 3C 51 0 2 100 5F 3A
Octal 144 57 372 74 121 0 2 400 137 72
Binary 1100100 101111 11111010 111100 1010001 0 10 100000000 1011111 111010

Color Harmonies of #642FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642FFA

Black with #642FFA

Text Example


Text Example

White with #642FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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