Html Css Color HEX #3C07F6 Han Purple

📋 copy color: '#3C07F6'

red 60 ◦ green 7 ◦ blue 246

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

Shades of Han Purple #3C07F6

Tints of Han Purple #3C07F6

RGB

 RED value IS 60 (23.83% from 255) = 19.17%

 GREEN value IS 7 (3.13% from 255) = 2.24%

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

R = 19.17%
G = 2.24%
B = 78.59%

CMYK

 C value IS 0.76

 M value IS 0.97

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3C07F6 (or 0x3C07F6) is known color: Han Purple. HEX triplet: 3C, 07 and F6. RGB value is (60,7,246). Sum of RGB (Red+Green+Blue) = 60+7+246=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 246 (96.48% from 255 or 78.59% from 313); Max value from RGB is 246 - color contains mainly: blue. Hex color #3C07F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C07F6 is #C3F809. Grayscale: #313131. Windows color (decimal): -12843018 or 16123708. OLE color: 16123708.

HSL color Cylindrical-coordinate representation of color #3C07F6: hue angle of 253.31º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C07F6 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 60 7 246 -
CMYK 0.76 0.97 0 0.04
HSL 253.31º 0.94% 0.5% -
HSV(B) 253.31º 0.97% 0.96% -
XYZ 18.57 7.77 87.71 -
YUV 50.09 238.56 135.07 -
System Red Green Blue C M Y K H S L
Decimal 60 7 246 0.76 0.97 0 0.04 253.31 0.94 0.5
Hex 3C 7 F6 4C 61 0 4 FD 5E 32
Octal 74 7 366 114 141 0 4 375 136 62
Binary 111100 111 11110110 1001100 1100001 0 100 11111101 1011110 110010

Color Harmonies of #3C07F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C07F6

Black with #3C07F6

Text Example


Text Example

White with #3C07F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,7,246); }

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

background-color css

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

 a { background-color: rgb(60,7,246); }

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

border-color css

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

 span { border-color: rgb(60,7,246); }

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