Html Css Color HEX #3F1CF6 Han Purple

📋 copy color: '#3F1CF6'

red 63 ◦ green 28 ◦ blue 246

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

Shades of Han Purple #3F1CF6

Tints of Han Purple #3F1CF6

RGB

 RED value IS 63 (25% from 255) = 18.69%

 GREEN value IS 28 (11.33% from 255) = 8.31%

 BLUE value IS 246 (96.48% from 255) = 73%

R = 18.69%
G = 8.31%
B = 73%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3F1CF6 (or 0x3F1CF6) is known color: Han Purple. HEX triplet: 3F, 1C and F6. RGB value is (63,28,246). Sum of RGB (Red+Green+Blue) = 63+28+246=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 246 (96.48% from 255 or 73.00% from 337); Max value from RGB is 246 - color contains mainly: blue. Hex color #3F1CF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F1CF6 is #C0E309. Grayscale: #3E3E3E. Windows color (decimal): -12641034 or 16129087. OLE color: 16129087.

HSL color Cylindrical-coordinate representation of color #3F1CF6: hue angle of 249.63º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F1CF6 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 63 28 246 -
CMYK 0.74 0.89 0 0.04
HSL 249.63º 0.92% 0.54% -
HSV(B) 249.63º 0.89% 0.96% -
XYZ 19.1 8.54 87.83 -
YUV 63.32 231.1 127.77 -
System Red Green Blue C M Y K H S L
Decimal 63 28 246 0.74 0.89 0 0.04 249.63 0.92 0.54
Hex 3F 1C F6 4A 59 0 4 FA 5C 36
Octal 77 34 366 112 131 0 4 372 134 66
Binary 111111 11100 11110110 1001010 1011001 0 100 11111010 1011100 110110

Color Harmonies of #3F1CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1CF6

Black with #3F1CF6

Text Example


Text Example

White with #3F1CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F1CF6; }

 p { color: rgb(63,28,246); }

 H1.HeaderClassName
 {
   color: #3F1CF6;
 }
 .AnyTagClassName
 {
   color: #3F1CF6;
 }
</style>

background-color css

<style>
 a { background-color: #3F1CF6; }

 a { background-color: rgb(63,28,246); }

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

border-color css

<style>
 span { border-color: #3F1CF6; }

 span { border-color: rgb(63,28,246); }

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